On 24/04/2013 16:33, Rossen Stoyanchev wrote:
Hi,

I've seen various discussions here and on the web but I haven't found
a conclusive answer. Why does an AsyncListener not receive onError
notifications when a client disconnects?

Because the Servlet EG says that is the required behaviour. The EG is currently revisiting that decision. See https://java.net/jira/browse/SERVLET_SPEC-44

To my knowledge there is nothing inherent in NIO and TCP that
prevents the server from detecting that the client has disconnected.
The WebSocket implementation detects disconnected clients immediately
and other HTTP servers (e.g. node) seem to be able to do this. What
is it about the Servlet async support that prevents it from knowing
when a client has disconnected?

It would mean having to ditch the BIO connector / or not being able to pass the TCK (assuming the TCK tested this) when using the BIO connector.

Not sure about APR/native. I'd need to look at the docs and probably run some tests.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to