Pierre van Rooden wrote:

> However it also says:
> " The behavior of an iterator is unspecified if the underlying 
> collection is modified while the iteration is in progress."

That's really lousy behaviour.


> Anyway I think that for now we can change it back (though I am not sure 
> what is the exact use of logging all running servlets?).
> 

The use is to see if your server is getting overloaded. If servlets keep 
running that either means the servlet has crashed or that the server 
can't keep up handling them. The list is also a good indicator which 
pages are very heavy and take long to handle.

-- 
Rico Jansen ([EMAIL PROTECTED])
"You call it untidy, I call it LRU ordered" -- Daniel Barlow


Reply via email to