mod_perl memory leaks on Windows

2002-06-25 Thread Andrey Prokopenko
Hi, I'm using ActiveState Perl v5.6.1 MSWin32-x86-multi-thread, Apache 1.3.26 and mod_perl 1.27 ( as DSO ) on Windows 2000 with 256MB of RAM. I configurel location in a simple way, showed below: -- a piece from httpd.conf Location /mod_perl Options +ExecCGI AddHandler

Re: mod_perl memory leaks on Windows

2002-06-25 Thread Perrin Harkins
Andrey Prokopenko wrote: After a fresh restart, I started Apache/mod_perl. Then i issued a little stress test using simple perl script with LWP::Simple. I ran a performance test on /mod_perl/index.pl page for 10 minutes. The source code of that page is given below : -

Re[2]: mod_perl memory leaks on Windows

2002-06-25 Thread Andrey Prokopenko
Hello Perrin, Tuesday, June 25, 2002, 6:40:01 PM, you wrote: PH Andrey Prokopenko wrote: After a fresh restart, I started Apache/mod_perl. Then i issued a little stress test using simple perl script with LWP::Simple. I ran a performance test on /mod_perl/index.pl page for 10 minutes. The

RE: Re[2]: mod_perl memory leaks on Windows

2002-06-25 Thread Randy Harmon
PROTECTED] Subject: Re[2]: mod_perl memory leaks on Windows Hello Perrin, Tuesday, June 25, 2002, 6:40:01 PM, you wrote: PH Andrey Prokopenko wrote: After a fresh restart, I started Apache/mod_perl. Then i issued a little stress test using simple perl script with LWP::Simple. I ran

Re: mod_perl memory leaks on Windows

2002-06-25 Thread Perrin Harkins
Andrey Prokopenko wrote: I tried a plain Perl cgi script, with no module used, and still the same. ;(( Do you mean that this leak cannot be fixed from Apache/mod_perl side ? I can't say for sure since I don't use mod_perl on Win32, but most of the process growth problems reported when using