RE: [Quickfix-developers] no reconnection with ThreadedSocketInitiator
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2004-01-13 14:25:40
|
I believe this describes a problem that has been fixed in the repository. The problem was that isSameSession was not cummutative causing a certain order of parameters to always return true, thus never ending the session. Here is a link to the fix: http://cvs.sourceforge.net/viewcvs.py/quickfix/quickfix/src/C%2B%2B/Session.cpp?r1=1.25&r2=1.26 as well as the new test case: http://cvs.sourceforge.net/viewcvs.py/quickfix/quickfix/src/C%2B%2B/test/SessionTestCase.cpp?r1=1.7&r2=1.8 --- Vitor Castro <vc...@hi...> wrote: > Hi Yann, > > That problem doesn't occur only on Solaris, I'm > using windows and I get the > same behaviour. I don't know if that's the case but > in my installation I > also get the annoying problem, to say the least, > that after the end of the > session the initiator disconnects and keeps > connecting and disconnecting all > the way to the start of the next session. Of course > the sequence numbers get > quite out of sync in the process. > I already had posted the problem a few weeks back > but got no pointers as to > fix the problem and get the behaviour that previous > versions of QF had, so I > had to implement a session scheduler that checks for > the session times and > starts/stops the engines as needed. > I'd would also like to ear the opinion from the more > experience guys here on > the list about this. > > thanks > > > Vitor Castro | DIS > <mailto:vc...@hi...> > > > > _____ > > From: > qui...@li... > [mailto:qui...@li...] > On Behalf Of yann > vermeulen > Sent: segunda-feira, 12 de Janeiro de 2004 17:02 > To: qui...@li... > Subject: [Quickfix-developers] no reconnection with > ThreadedSocketInitiator > > > Hi all, > > I have Quickfix running on Sun Solaris, and I have a > problem with > initiators: when the process is started out of the > session times, it does > not try to connect to the server when the session > start time is reached. > > I remember using versions of Quickfix knowing no > problem with reconnections > for initiators, has something changed in the code ? > Is there a way to > guarantee the reconnection? > thanks > > yann > > > > > _____ > > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et > en français ! > Testez le nouveau Yahoo! <http://fr.mail.yahoo.com> > Mail > __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus |