Stas Bekman wrote:
> I think the idea was to have a special thread running whose only purpose
> is monitoring the pool of idle interpreters.

That sounds like a better solution.

> I believe that we can add a Perl space hook that sets a flag that
> condemns an interpreter to death.

The other problem, which might be harder, is to figure out how big a 
particular interpreter is.  The current implementations of 
Apache::SizeLimit and GTopLimit cheat by asking the OS how big the 
current process is.  That won't work with threads.

- Perrin

Reply via email to