cvs commit: modperl-2.0 Makefile.PL Changes

2002-12-14 Thread stas
stas2002/12/14 20:03:43 Modified:.Makefile.PL Changes Log: Strongly suggest win32 users to upgrade to 5.8.0, if they run 5.6.x Submitted by: Randy Kobes [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.88 +7 -2 modperl-2.0/Makefile.PL

cvs commit: modperl-2.0 Changes

2002-12-14 Thread stas
stas2002/12/14 23:43:40 Modified:t/filter reverse.t .Changes Log: Adjust the reverse filter test to work on win32 (remove trailing \r) Submitted by: Randy Kobes [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.4 +1 -0

Re: [mp2] make install quirk

2002-12-14 Thread Stas Bekman
Randy Kobes wrote: On Sat, 14 Dec 2002, Stas Bekman wrote: [looks my original reply didn't make it through, trying again] Beau E. Cox wrote: Hi - I am posting this message informally - this is not critical (maybe not worth looking at); during the mp2 make install, mod_perl.so is copied

Re: How big are your httpd's?

2002-12-14 Thread harm
On Sat, Dec 14, 2002 at 04:50:25AM +0100, Axel Andersson wrote: Hi everyone, I would like to ask you how big your mod_perl enabled (v1) httpd's grow. I'm using a homegrown publication system based on Template Toolkit that delivers about 2000 Perl pages daily. After the first page load, the

Re: How big are your httpd's?

2002-12-14 Thread Jonathan M. Hollin
harm wrote: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 19019 http 9 0 19844 14M 3884 S 3.9 0.7 0:13 apache.perl.new 19419 http 9 0 19852 15M 4388 S 2.6 0.7 0:14 apache.perl.new 19513 http 9 0 19276 13M 3860 S 2.6 0.6

Re: [mp2] make install quirk

2002-12-14 Thread Randy Kobes
On Sat, 14 Dec 2002, Stas Bekman wrote: [ .. ] Please check that this work for you and I'll commit it (verified on linux). You need to run a full build to check, unless you patch the Makefile manually. I also see that my copy-n-paste has translated \t into spaces, so replace those with

Re: How big are your httpd's?

2002-12-14 Thread Ged Haywood
Hi there, On Sat, 14 Dec 2002, Jonathan M. Hollin wrote: harm wrote: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 19019 http 9 0 19844 14M 3884 S 3.9 0.7 0:13 apache.perl.new 19419 http 9 0 19852 15M 4388 S 2.6 0.7 0:14

Re: How big are your httpd's?

2002-12-14 Thread Jonathan M. Hollin
Ged Haywood wrote: What command do I use to get this report please? top, and possibly you'd pipe the output through grep, but you'd need to read the manpage for top first. Type 'man top' and 'man grep' for those manpages. How did you know that your processes were getting big if you didn't

[ANNOUNCE] HTTP-WebTest 2.00

2002-12-14 Thread Ilya Martynov
The URL http://martynov.org/tgz/HTTP-WebTest-2.00.tar.gz has entered CPAN as file: $CPAN/authors/id/I/IL/ILYAM/HTTP-WebTest-2.00.tar.gz size: 85858 bytes md5: e93464263f7cd321c8b43fa7c73604e0 NAME HTTP::WebTest - Testing static and dynamic web content DESCRIPTION This

You can also use ps ...

2002-12-14 Thread Bill Drury
In linux: ps -axl | grep http ... will show you process sizes. Doing it without the grep will show you the column headers in the first line.

[mp2] Byterange requests

2002-12-14 Thread Nathan Byrd
Hi all, I'm currently attempting to upgrade Apache::PAR to work with mod_perl 2, and one of the issues I am running into is with byterange requests: With mod_perl 1.x, it was possible (using Apache::File) to use byteranges with requests using $r-each_byterange and $r-set_byterange (a good

Re: mod_perl 2.0 trouble compiling = cannont find -lapr -laprutil

2002-12-14 Thread D. Fairbanks
Hello, Stas, I didn't take offense at your first reply. Steven, I'm sorry if my post was in any way insulting or otherwise offensive. Stas, I do understand - more with every piece of code I add to my box - that the xnix world and esp. the open source core of that world is a constantly shifting