Re: [Quickfix-developers] Configuring an Application as both a Server and Client
Brought to you by:
orenmnero
|
From: udai b. <pv...@ya...> - 2005-10-10 13:39:37
|
Thank you Alexey. I took the same approach as yours. Thanks for the tip! regards, udai. --- Alexey Zubko <ale...@gm...> wrote: > 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 > > __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/ |