Geoffrey Young wrote:
[...] in the meanwhile I'll see if I can't prototype a perl interface for killing both processes and interpreters.

I'd suggest discussing this before spending any time prototyping things. I can't quite see how are you going to kill interpreters and how are you going to make the decision which one to kill. You don't want to kill an interpreter you are in, because you have no idea whether it's one that is of the biggest size. The idea was to have an garbage collection thread which will kick in when the size of the process goes beyond the limit and measure the idle interpreters in the pool and kill the big ones. Or do you have something else on your mind?


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to