Re: [Quickfix-developers] Configuring an Application as both a Server and Client
Brought to you by:
orenmnero
|
From: Alexey Z. <ale...@gm...> - 2005-10-07 15:09:11
|
Hi, I have a similar one (Win32 C++). One application, two threads. One thread runs QF server to accept clients (ThreadedSocketAcceptor), another thread is a QF client to connect to exchange (SocketInitiator). Two configuration files - for the acceptor and for the initiator. It works fine. There is an issue when I close the application, but overall it's good. Be careful - sessions list is static :-( . The rest is really trivial. -- Regards, Alexey Zubko |