[Quickfix-developers] Acceptor / Initiator without self-spawning threads
Brought to you by:
orenmnero
From: Howard E. <ho...@ex...> - 2003-07-11 14:01:28
|
Hello, From digging around in the code a bit I see that the Initiators / Acceptors spawn their own threads, and have their own internal while loops. Is it possible to use QuickFIX without the necessity of those internal threads? Can I control the threading entirely from outside the library, with looping calls to a DoWork type function on the Initiators / Acceptors? Thanks, Howard ho...@ex... |