You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/12/08 15:07:35 UTC

[Bug 48830] IIS shutdown blocked in endpoint service when server doesn't respond

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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
I've just tested this with the ISAPI redirector 1.2.42 and Windows 2008 SP. The
same behaviour is observed. The behaviour is related to the socket_timeout. By
default this is infinite. Setting a lower timeout (e.g. 10s) enables IIS to
shutdown cleanly.

Note: With an infinite timeput IIS will shutdown eventually, but not until the
back-end writes a response.

Need to look to see if there is a way to interrupt / cancel the I/O on shut
down.

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