Re: [Quickfix-users] ThreadedSocketInitiator tcp session shutdown
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-06-14 15:59:13
|
This is a bug, but it has been fixed in CVS. --oren ----- Original Message ----- From: "H. Steuer" <st...@un...> To: <qui...@li...> Sent: Saturday, June 11, 2005 8:36 AM Subject: [Quickfix-users] ThreadedSocketInitiator tcp session shutdown > 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 > > hello, > > i just ran into a small issue with the ThreadedSocketInitiator. When the > EndTime of a session is reached, QF drops the connection. but in the case > of ThreadedSocketInitiator, it seems that the thread responsible for > bringing up the tcp connection ThreadedSocketInitiator::socketThread is > not removed during session shutdown. therefore it continues trying to open > the tcp connection. if it succeeds, it drops the session immediately, as > it is out of the session time. of course it is possible that "it is not a > bug, it is a feature" and i do have to do cleanup code myself. i just was > not able to find a way to get the thread id for a session. > > thanks for any hints > > cheers, > heri > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you > shotput > a projector? How fast can you ride your desk chair down the office luge > track? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |