Re: [Quickfix-developers] Waiting for automatic ResendRequest to finish?
Brought to you by:
orenmnero
|
From: Edde <edd...@gm...> - 2006-02-21 15:35:18
|
> > > If I read this correctly, you know you're going to do the recovery > before you start the application. That means that having the > counterparty send the messages sent during transmission time is wasted > effort, right? So I suggest that you clear the expected sequence > number *before* starting the application. That way QuickFIX will > allways request a retransmission from 1 thru infinity, and since > QuickFIX requested the retransmissions it will know what to do with them. Yes, that would probably be the best way to do this so I'll reimplement our system to use this when we have internet connection problems. You still have to address the issue of setting your sending sequence > number if your colleague sent any messages after he captured the file he > put on the FTP server and before the connection died. Do you have a way > to handle that? I don't think this can happen since the seqnums are stored after we've logged out from FIX which means no more messages are received. However, if it does happen I guess you can always bump up the seqnums manually just to be able to logon. Thanks, /Eddie Dale > > -- > ----------------------------------------------------- > Dale Wilson, Senior Software Engineer > Object Computing, Inc. (OCI) > http://www.ociweb.com/ http://www.theaceorb.com/ > ---------------------------------------------------- > > |