On Mon, 2003-11-24 at 13:41, Geoffrey Young wrote: > yeah, I don't know how to handle it. as I mentioned back in vegas, I don't > see the reason for killing off interpreters
Neither do I, under a prefork MPM. Are we just talking about threads here? > once it gets too large probably the best way is to > kill it gracefully and let another one spawn in its place. That's what happens now. SizeLimit is incredibly simple: run a cleanup handler, and if the process is too big, tell it to exit after this request. It sounds like there is no way to tell processes to exit after a request anymore, which is more of a problem than I wanted to take on. The main thing I think it needs is some way to help people decide what to set the limit at, but that would come later after it's working. Do you remember what problem Theo ran into with it? - Perrin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
