Re: [Quickfix-developers] ResendRequest help!
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2006-05-03 16:51:23
|
On 4/26/06, SteveGoodsell <ste...@ff...> wrote: > But.. Sometimes the client is in the middle of receiving a large number o= f > messages when this event occurs. At this point, the client stops respondi= ng > (ACK) to the messages being sent both from the QuickFix engine and from m= y > side of the application. What sort of ACK are you talking about? FIX doesn't have any sort of protocol-level ACKing. Is this client yours? Can you see what is happening in that application? If not, there isn't much you can do. Is this causing any problems with your Acceptor, or just the quiet "death" of the client app? > Should I be halting all my application based messages until the resend > request completes? How can I tell when this complete? That really shouldn't be necessary, given well behaved applications. -- Caleb Epstein caleb dot epstein at gmail dot com |