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]>
- Threads Question in Tomcat Takumi Fujiwara
- Re: Threads Question in Tom... Craig R. McClanahan
- RE: Threads Question in Tom... Shapira, Yoav
- Re: Threads Question in... Nikola Milutinovic
- Re: Threads Questio... Craig R. McClanahan
- Re: Threads Que... Nikola Milutinovic
- Re: Thread... Craig R. McClanahan
- Re: Threads Question in Tom... Jakarta Tomcat Newsgroup (@Basebeans.com)
- Re: Threads Question in Tom... Jakarta Tomcat Newsgroup (@Basebeans.com)
- Re: Threads Question in Tom... Jakarta Tomcat Newsgroup (@Basebeans.com)
- Re: Threads Question in Tom... Jakarta Tomcat Newsgroup (@Basebeans.com)
- Re: Threads Question in Tom... Jakarta Tomcat Newsgroup (@Basebeans.com)
- Re: Threads Question in Tom... Jakarta Tomcat Newsgroup (@Basebeans.com)
