Hi
I'm suffering a strange behaviour in a ThreadedSocketAcceptor server.
I connect some clients to it so they can receive data. Everything goes
ok. But if I pull the network cable from a client and the server tries
to send the client some data, there's a big problem. The server keeps
trying to send the data to the client (captured with Ethereal) for 15
minutes (sending the data + heartbeats) and answers no one else. After
those 15 minutes, the server returns to its normal behaviour and all the
clients can communicate with it.
It seems there's one thread locked and there's nothing managing that
situation.
Any ideas?
Thank you in advance
Alberto
PS: I've searched quickfix mailing lists, documentation & google, but
nothing seems to solve my problem.
|