Re: [Quickfix-developers] Connections during offline period
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-09-06 15:36:22
|
Can you please specify what version you are using? --oren ----- Original Message ----- From: "Bill Robert Hr." <bil...@ra...> To: <qui...@li...> Sent: Tuesday, September 06, 2005 4:48 AM Subject: [Quickfix-developers] Connections during offline period > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hello > > during the offline period of a single FIX session (time not between > StartTime and EndTime) I observe that the engine connects to the > counterparty and disconnects the whole time. > > I'm using the ThreadedSocketInitiator and found in the function > ThreadedSocketInitator::socketThread that the system will only leave the > while(...) loop if the initiator received a OnStop call. The start- and > endtime is not handled at all. The call to isSessionTime happens only in > the > doConnect function. > Today's implementation works only if I would shutdown the whole server > once > a day. > Is this assumption right? > > In my opinion during the offline-period not connect attempts should be > made > at all. Therefore a test in socketThread for isSessionTime is necessary, > isn't it? > > Best regards > Robert > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |