Re: Apache2::SizeLimit for threaded MPM's

2010-12-30 Thread Fred Moyer
On Thu, Dec 30, 2010 at 1:27 PM, Mark Copper wrote: > > Sorry for the noise; thanks for the gentle reply. No worries; I looked in the Changes file first before diving into the source. There's a release candidate available for 0.94 if you want to download the source and take it for a spin on your

Re: Apache2::SizeLimit for threaded MPM's

2010-12-30 Thread Mark Copper
I should have searched the source file for that "die" command myself. Sorry for the noise; thanks for the gentle reply. MC On Thu, Dec 30, 2010 at 3:07 PM, Fred Moyer wrote: > On Thu, Dec 30, 2010 at 9:50 AM, Mark Copper wrote: >> >> Do the the Apache2::SizeLimit modules released this year sup

Re: Apache2::SizeLimit for threaded MPM's

2010-12-30 Thread Fred Moyer
On Thu, Dec 30, 2010 at 9:50 AM, Mark Copper wrote: > > Do the the Apache2::SizeLimit modules released this year support threaded > MPM's? >From lib/Apache2/SizeLimit.pm: 31 die "Apache2::SizeLimit at the moment works only with non-threaded MPMs" 32 if Apache2::MPM->is_threaded(); Thread

Apache2::SizeLimit for threaded MPM's

2010-12-30 Thread Mark Copper
Hi, Do the the Apache2::SizeLimit modules released this year support threaded MPM's? I can't see what version is installed under Debian Lenny mod_perl2, but I imagine it's .91. At any rate the installed docs contain the caveat against threaded MPM's which seems to have been removed, but I don't

Re: You can call me code elf (was: [RELEASE CANDIDATE] Apache-Test-1.34 RC1)

2010-12-30 Thread Torsten Förtsch
On Wednesday, December 29, 2010 04:19:05 Fred Moyer wrote: > All ok on Darwin/5.12.2, got a failure on Linux/5.8.8/2.2.9 > > t/import.t ... 1/47 Use of uninitialized value in open at > /home/phred/dev/perl/lib/5.8.8/Test/Builder.pm line 1599. > # Test 46 got: "1..17\n# Using Apache/Tes