On Tuesday 07 September 2010 11:13:07 you wrote:
> It's obvious that
> 
> shutdown(socket, SHUT_WR)
> poll(socket, 2 seconds)
> close(socket)
> 
> caused poll call to time out, meaning that
> the JBoss side didn't respond to the
> shutdown(socket, SHUT_WR) call by
> closing it's side of the connection.
> 
> BTW, do you have "lingering bytes in 0 sec" messages
> in your log or lower then 2 sec?

Yes.  There's plenty of lingering 0 sec.

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

Reply via email to