Perrin Harkins wrote:
On Sat, 2003-11-22 at 16:46, Stas Bekman wrote:
This week at ApacheCon in Las Vegas, Geoff, Philippe and I sat down and created a new TODO list:
http://cvs.apache.org/viewcvs.cgi/*checkout*/modperl-2.0/todo/release?rev=HEAD&content-type=text/plain
which contains issues we think must be resolved before we release mod_perl 2.0.
Sign me up for porting Apache::SizeLimit under prefork.
heh, the "prefork" caveat :)
actually, stas, theo, and I were discussing SizeLimit at apachecon - apparently theo had to write his own because the stock version wasn't working for him all that well. maybe we can drag him into a discussion on dev@ :)
in addition to that, though, is a minor problem - ap_child_terminate doesn't exist in 2.0, precisely because it means different things for different mpms. so, we'll need to come up with an answer to that as well. we bounced around some ideas for killing off interpreters, before killing off processes, etc, but they probably still need to be flushed out.
so, when you're ready to tackle this, I'd suggest a new thread on dev@ and invite theo to join us. in the meanwhile I'll see if I can't prototype a perl interface for killing both processes and interpreters.
--Geoff
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html