Re: HTML::Template::Compiled

2005-08-29 Thread jonathan vanasco
On Aug 29, 2005, at 10:50 PM, Perrin Harkins wrote: No. However, I have spoken with the author about it a bit. Depending on your use, it seems that HTML::Template::JIT may be a bit faster, and has a decent test suite, which might ease your mind. It is more compatible with HTML::Templat

Re: maintaining shared memory size (was: Re: swampedwithconnection?)

2005-08-29 Thread Badai Aqrandista
Then how do you know what to write in C? I have localized one subroutine that has been heavily called in the search function. That should be the way to pick the candidate, shouldn't it? I have never done this and I am worried that writing it in C would push the project's deadline a littl

Re: HTML::Template::Compiled

2005-08-29 Thread Perrin Harkins
Octavian Rasnita said: > Does anyone use the templating system HTML::Template::Compiled with > mod_perl? No. However, I have spoken with the author about it a bit. Depending on your use, it seems that HTML::Template::JIT may be a bit faster, and has a decent test suite, which might ease your min

HTML::Template::Compiled

2005-08-29 Thread Octavian Rasnita
Hi, Does anyone use the templating system HTML::Template::Compiled with mod_perl? I have just discovered that it works much faster with mod_perl than HTML::Template and I have also seen that it has some new features but I wouldn't like to start using it, then to discover big bugs. If I won't get

Re: hi

2005-08-29 Thread Malcolm J Harwood
On Sunday 28 August 2005 04:47 pm, ravikumar wrote: > i have installed Apache-2.0.54 and mod_perl-1.99_16 ,Apache::ASM > in my system .but whenever i opened the webpage it's showing "internal > server error " . > > in log file contains error like this: "Can't locate object method > "reques

Re: maintaining shared memory size (was: Re: swampedwithconnection?)

2005-08-29 Thread Ask Bjørn Hansen
On Aug 29, 2005, at 5:11 PM, David Hodgkinson wrote: You *do* have KeepAlive off in your httpd, right? That is one of the great things about perlbal[1]. You can support KeepAlive without using more resources. - ask [1] http://www.danga.com/perlbal/ -- http://www.askbjoernhansen.com/

Re: maintaining shared memory size (was: Re: swampedwithconnection?)

2005-08-29 Thread David Hodgkinson
On 29 Aug 2005, at 01:15, Badai Aqrandista wrote: I think I have to write some of the code in C. I can't find any other places in the code to optimize (or probably I uncounciously don't want to make changes because I don't have any test suites)... Then how do you know what to write in C?

hi

2005-08-29 Thread ravikumar
hi, i have installed Apache-2.0.54 and mod_perl-1.99_16 ,Apache::ASM in my system .but whenever i opened the webpage it's showing "internal server error " . in log file contains error like this: "Can't locate object method "request" via package "Apache2::RequestUtil" at /usr/lib/perl5

Re: survey

2005-08-29 Thread Xan Charbonnet
It's in backports.org's incoming directory, as of the 16th. Let's hope they push that out soon (I don't think they've released any backports for Sarge yet). They've also got an updated libapreq2. http://www.backports.org/incoming/ On Sunday 28 August 2005 06:48 am, Jeff wrote: > >> It is no

Re: maintaining shared memory size (was: Re: swampedwithconnection?)

2005-08-29 Thread Badai Aqrandista
On 29 Aug 2005, at 01:15, Badai Aqrandista wrote: I think I have to write some of the code in C. I can't find any other places in the code to optimize (or probably I uncounciously don't want to make changes because I don't have any test suites)... Then how do you know what to write in C?

Re: Directive changes the command nam

2005-08-29 Thread Philippe M. Chiasson
pradeep kumar wrote: > Hi All, > > Has anyone come across the command name changing when the Perl > directive is introduced in the configuration file. > > When, > > > > > is used then ps -ef gives the proper command name namely httpd. > > When > > > > > is used(This time with a blank l

Directive changes the command nam

2005-08-29 Thread pradeep kumar
Hi All, Has anyone come across the command name changing when the Perl directive is introduced in the configuration file. When, is used then ps -ef gives the proper command name namely httpd. When is used(This time with a blank line) then ps -ef does not give httpd as the command name,

Re: Modification of read only value attempted

2005-08-29 Thread Malte Ubl
Malte Ubl wrote: Server stops working and spits out Modification of read only value errors We'll try moving to Apache::Registry first. As far as I can see Apache::Registry should call slurp_filename less often (only once per child and modification time). For the record: We switched the produ