[Quickfix-developers] Acceptor Shutdown Issues
Brought to you by:
orenmnero
From: Jon D. <jd...@wi...> - 2004-10-13 17:40:39
|
I've noticed a problem we're having when our acceptor app is shutdown while clients are connected. It seems as if the sockets are kept in a CLOSE_WAIT state after shutdown when running netstat filtering for our listening port. The reason why I ask this is because we can't restart the acceptor until the OS clears out the sockets in the CLOSE_WAIT state. Could this be a case of not properly shutting down the server? Up unitl now, I thought I was shutting down correctly but now I'm wondering. SocketAcceptor QF 1.9.2 RHAS 2.1 g++ 3.0.4 -jd- |