Re: svn commit: r412973 - /perl/modperl/trunk/ModPerl-Registry/t/fatalstobrowser.t

2006-06-16 Thread Philip M. Gollucci
Geoffrey Young wrote: plan tests => 4, need need_module(qw(alias)), need_cgi, - need_min_module_version CGI => 3.16, + need_min_module_version CGI => 3.21, skip_reason('fatalsToBrowser known not to work'); Tr

Re: Releasing an independent Apache::SizeLimit to CPAN?

2006-06-16 Thread Torsten Foertsch
On Friday 16 June 2006 17:23, Perrin Harkins wrote: > Dave Rolsky wrote: > > Apache::SizeLimit has a long-standing bug on Linux where it never > > actually kills a child, because of Perl's caching of ppid info > > internally, and the way this interacts with Apache's forking. > > > > See this thread

Re: Releasing an independent Apache::SizeLimit to CPAN?

2006-06-16 Thread Torsten Foertsch
On Friday 16 June 2006 19:19, Dave Rolsky wrote: > Requiring syscall.ph seems like a nasty hack to me. That _is_ what we've > done with our local version here at Socialtext, but I was planning to use > Linux::Pid for a CPAN version, since it seems cleaners. No, I meant the Perl::AfterFork ChildIni

Re: Releasing an independent Apache::SizeLimit to CPAN?

2006-06-16 Thread Geoffrey Young
Torsten Foertsch wrote: > On Friday 16 June 2006 19:19, Dave Rolsky wrote: > >>Requiring syscall.ph seems like a nasty hack to me. That _is_ what we've >>done with our local version here at Socialtext, but I was planning to use >>Linux::Pid for a CPAN version, since it seems cleaners. > > > No,