On Wed, 28 Aug 2002, Nikola Milutinovic wrote:

>
> Is there some kind of "retirement" of threads? You know, to prevent memory
> leaks, so that each thread has a maximum number of times it can be reused.
>

There is no such mechanism currently -- but I don't see how putting this
kind of logic in would help anything either.  Memory is allocated to
objects, not to threads -- if your app is leaking memory because it is
maintaining object references, killing and restarting the request
processing threads won't do anything to help.

> Nix.

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to