Re: [Quickfix-developers] (no subject)
Brought to you by:
orenmnero
From: marksasson <ma...@at...> - 2009-11-17 18:28:06
|
I got the following response via email: From: Blabos de Blebe [mailto:bl...@gm...] Sent: Tuesday, November 17, 2009 5:02 AM To: Mark Sasson Subject: Re: [Quickfix-developers] (no subject) Hi, Here, we have an application that is a client and a server simultaneously too, and works fine. Our approach was to create a FIX::Application for initiators and another to acceptors. Our application (written only in C++) connects clients and / or servers who do not have access (who knows what language they were written ...). Sometimes we have to analyze the sockets status, connections, etc,etc, but it works well. Some sockets communications have obscure pitfalls depending on which operation system you are. Blabos marksasson wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > I am a quickfix developer who wrote some quickfix applications. We have an > application which is both a server and a client written in C#. It is a > client of the vendor but also a server for another client. The client > communicating with the server/client written in C++. Once in a while the > communication is broken. Our C# server stops responding to our C++ client > and does not send heartbeat or even respond to a TestRequest that the > client > sends. As result our client disconnects from the session and repeatedly > sends a logon message to the server. The C# server keeps disconnecting the > client believing that the original session is still in progress and the > client get a socket reset. This goes on until we restart both. > Has anyone seen anything like that before? Did anyone try running a > application that is both server and client? Could you please point me in > the > right direction? > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- View this message in context: http://old.nabble.com/%28no-subject%29-tp26376288p26395046.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |