Re: [Quickfix-developers] Acceptor Shutdown Issues
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-10-13 18:03:23
|
Have you tried setting SocketReuseAddress=Y? On Oct 13, 2004, at 12:33 PM, Jon Dahl wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > 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- > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on > ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give > us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |