[Quickfix-users] Gathering more information about connection problems
Brought to you by:
orenmnero
From: C. G. <let...@gm...> - 2008-05-22 09:53:29
|
I'm happily using quickfix and it works great. Every evening, at 22.00, the remote side turns off it's systems, and I need to wait until next morning when they come up again. My application attempts to reconnect continously but fails. The remote side say they never see any connection attempt at all, so I'm guessing for some reason, I fail to open a new socket during morning. My log simply says 20080522-08:46:09 : Connecting to xxx.xxx.xxx.xxx on port yyyyy 20080522-08:46:31 : Connection failed Since "Connection Failed" doesn't tell me much, I started looking for where the error occured, so I could add some extra error handling code. The only place I can find this message "Connection Failed" is in the c++ source files. I use .net, so I'm guessing that's not really relevant in my case. Could anyone give me some ideas about what to look for, so I can gather more information about my problem? |