[Quickfix-developers] Design question: creating several SocketAcceptor/Initiator
Brought to you by:
orenmnero
|
From: Yoav <yo...@ya...> - 2007-10-26 22:27:56
|
Hi,=0AMy company is developing a FOREX trading system and will most likely = use QuickFIX for the FIX implementation component.=0AI'm new to QuickFIX an= d one of the first questions that just rose was this:=0AI can see that one = SocketAcceptor/Initiator instance can handle many connections to different = hosts.=0AThe direction in my company though is to have one instance of Sock= etAcceptor/Initiator per host.=0AThat means the same process that handles c= onnections to many hosts will have many instances of the class.=0AIs that a= reasonable decision? Is there a reason why we shouldn't do that?=0AI'm mos= tly interested in the performance aspect of this decision.=0A=0AThanks in a= dvance,=0AYoav=0A=0A=0A=0A=0A |