Re: Memory leak in mod_perl?

2006-09-27 Thread Fred Tyler
> after booting a redhat enterprise linux 3 machine with apache 2.0.58, > perl 5.8.8 and mod_perl 2.0.2, > it runs well using about 300 M of 1 G physical RAM. > However, the remaining RAM decreases day by day, and after 2 or 3 > weeks, the machine crashes because swapping takes too much time. > Ho

Re: Help: ENV shared between requests???

2006-07-30 Thread Fred Tyler
7;d find in %ENV under CGI? It wasn't in the CGI->mod_perl porting guide. Anyway, thanks for the tip. IIRC, there was a recommded approach to reading %ENV.. A grep didn't turn up anything usefull, so far. If this thread is still open, I'll drop a line :) HTH Hendrik On 7/29/06

Re: Help: ENV shared between requests???

2006-07-30 Thread Fred Tyler
> I was trying to use $ENV{'HTTP_REFERER'} in a certain script, and as I > reloaded the script over and over I noticed that it would constantly > be changing when the page was loaded directly (and therefore there > should not have been any HTTP_REFERER at all). In my setup at least, HTTP_REFERER

Help: ENV shared between requests???

2006-07-28 Thread Fred Tyler
Hi, I just noticed something and I don't know if it is normal: Is %ENV supposed shared between requests??? I was trying to use $ENV{'HTTP_REFERER'} in a certain script, and as I reloaded the script over and over I noticed that it would constantly be changing when the page was loaded directly (and

Re: Apache::Resource not killing children, hanging

2006-07-24 Thread Fred Tyler
On 7/23/06, Fred Tyler <[EMAIL PROTECTED]> wrote: I'm having a serious problem with Apache::Resource not killing children and ending up with all of the children in a hung state at the memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33). Wow, I finally figured out what was causi

Re: Apache::Resource not killing children, hanging

2006-07-22 Thread Fred Tyler
> I'm having a serious problem with Apache::Resource not killing > children and ending up with all of the children in a hung state at the > memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33). For what it's worth you might want to take a look at Apache::SizeLimit which was recently upgraded and

Apache::Resource not killing children, hanging

2006-07-22 Thread Fred Tyler
I'm having a serious problem with Apache::Resource not killing children and ending up with all of the children in a hung state at the memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33). Here is the snippet from httpd.conf: PerlModule Apache::Resource # Both of the next two lines cause children