Re: [Quickfix-developers] Out-of-order sequence numbers
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2003-10-28 15:48:11
|
Oren Miller wrote: > I'm not sure it is illegal, but I'm sure this behavior is not > recommended as it would cause the counterparty to send more resend > requests. My guess is that while the QF thread is resending messages, > you're app is sending messages blissfully unaware of this state. > > We made need to make QF a little smarter so this situation cannot occur. Oren, do you have any concrete plans or suggestions how to do that? IHMO, the most cleanest way would be to have threads to process incoming and outgoing messages and decouple them from the rest of the logic by some sort of concurrent queues (see my previous suggestion). But I do not know the internal architecture of QuickFIX good enough. Could you give me any clues? Cheers, Jörg > */Joerg Thoennes <Joe...@we...>/* wrote: > > Hi all, > > in our QF 1.5.0 application I noticed the following scenario: > > - Our application (acceptor) was sending unsolicited messages > (ExecutionReports) to the counterparty > > - The counterparty requested a ResendRequest FROM: nnn TO: 0 > > - Our application fulfilled the ResendRequest, but at one point near > the end of the resent messages unsolicited messages with newer > sequence numbers got mixed with the normal flow > > Is that compliant with the FIX spec or may this be a bug in QF? > > Cheers, Jörg > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN developer relations > Here's your chance to show off your extensive product knowledge > We want to know what you know. Tell us and you have a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > ------------------------------------------------------------------------ > Do you Yahoo!? > The New Yahoo! Shopping > <http://shopping.yahoo.com/?__yltc=s%3A150000443%2Cd%3A22708228%2Cslk%3Atext%2Csec%3Amail> > - with improved product search -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |