Re: [Quickfix-developers] Dealing with seqno
Brought to you by:
orenmnero
|
From: Reiner N. <rei...@ma...> - 2005-12-20 13:34:40
|
Hi Ananth, you may find it useful to reset the sequence numbers on logout. So you can start a new session on an abritrary host and this can recover from dirty disconnects as the sequence number is well= =20 still maintained on those host. When the session terminates well, a logout message will be sent so after th= is=20 you can start the session on another host. Regards, Reiner > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX > Support: http://www.quickfixengine.org/services.html > > > Hi, > I have question regarding setting of seqnos=E2=80=A6 > We have an application by which a trader can login from any computer. > But as per settings we are storing seqnos in file in particular computer. > So whenever client logins in another computer I just extract expected seq > no. from logout message sent by Server, and overwrite outgoing seqno in > respective file. > But my problem arises with incoming seqno. Because when the server appln > send next msg with its seqno, ResendRequest msg is generated by client > appln, normally sequence reset msg is sent by server, but at times when > seqno. gap is too high then it sends logout msg=E2=80=A6.In this situatio= n I cant > overwrite incoming seqno, because it would have many bad impacts in appln > itself. > How to handle this situation. > Pls give me some suggestion in this matter > > Thanks in Advance, > Ananth > > > ------------------------------------------------------- This SF.net email > is sponsored by: Splunk Inc. Do you grep through log files for problems? > Stop! Download the new AJAX search engine that makes searching your log > files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id 865&op=3DClick > _______________________________________________ Quickfix-developers maili= ng > list Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |