[Quickfix-developers] ThreadedSocketInitiator vs SocketInitiator
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2011-03-24 00:44:39
|
Hi, I am trying to make sure that I understand the differences between those 2 (may I assume that 1.13.x and 1.12.x behavor the same for those 2 classes?). I have searched online, and read this post: http://permalink.gmane.org/gmane.comp.finance.quickfix.devel/3536 It seems like they behave IF I put multiple session settings in one file and pass it to ThreadedSocketInitiator, or I put each session setting into individual file (hence, individual SessionConfig object) and pass it to a different SocketInitiator. Is there any other difference? Thanks in advance. Cheers, Hei |