Re: [Quickfix-developers] client cannot reconnect after disconnect
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2006-01-09 16:29:24
|
On 1/9/06, Oren Miller <or...@qu...> wrote: > > The server is disconnecting you for some reason. You need to see the > server logs in order to find out why this is happening. The Created Sess= ion > is not relevant. The session is only created once when the process is > loaded. > I'd actually suspect that the thread on your Server that handles this clien= t connection has become deadlocked or is in some sort of busy-wait. This would explain the TEST request sent by the client and the subsequent inability to re-connect, since QuickFIX believes (on the Server side) that the connection is still active. We actually had a similar situation in an applicaiton here and this was pretty much exactly what we saw happen. Best bet is to attach to your server with the debugger when this condition happens to see what it is doing. -- Caleb Epstein caleb dot epstein at gmail dot com |