DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25596>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25596

Application briefly unavailable when using manager to reload





------- Additional Comments From [EMAIL PROTECTED]  2004-01-13 09:39 -------
The problem is that the "wait" is inside the Catalina pipeline. So all
connections in a waiting state will eat up a processing thread with all the
associated memory. So if you have a medium sized server, this will be a big
problem. It would seem evident that any kind of continuous availability would
require at least two servers with clustering. Since the behavior was on by
default, with no way of disabling it, this could have been an issue for large
server.
Of course, it will work great for a toy server.
Also, by default, the HTTP connection will timeout after 20s, so for a big
webapp, connections will end up being dropped.

This feature could possibly be reimplemented evetually, but it will definitely
have to behave differently, so that it is actually usable even on real
production servers. This is not for the immediate future.

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

Reply via email to