https://bz.apache.org/bugzilla/show_bug.cgi?id=64080

--- Comment #3 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to carbattles from comment #2)
> In a perfect world, I'd like Tomcat to behave like an enterprise server, eg
> if it accepts a connection, it will process the request and submit the
> response before shutting down.

AIUI, this means that connectors cannot be paused. It also means that incoming
requests can indefinitely keep the server running, if each incoming requests
has its own separate timeout.

I think what you are requesting is not possible.

The way to get the behavior you want is to use a reverse proxy in front of the
application server. The proxy can re-try a request if it is dropped by the
back-end server, possibly failing-over to another node.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to