[Quickfix-developers] Multiple Initiators
Brought to you by:
orenmnero
|
From: Tim B. <tim...@bl...> - 2006-09-22 20:12:39
|
Hi, We have code to handle several exchange connections and each do a SocketInitiator.start() to get their session going. Right now each of our exchanges is a separate dll as is quickfix (modified in-house with various classes exported). The exchanges currently don't know anything about each other and can each run totally independently. When these are all run inside one .exe can this cause a problem in QuickFix? Do we need to only have one SocketInitiator object that manages all our sessions? Just trying to look down the road ahead for any sharp turns ;-) Thanks ... thnx, tcb |