[Quickfix-developers] Changing to ThreadedSocketAcceptor from SocketAcceptor
Brought to you by:
orenmnero
|
From: Magnus B. <ber...@gm...> - 2007-08-10 09:08:43
|
I have read quite a lot about the advantages of ThreadedSocketAcceptor over SocketAcceptor. I have an application that has been built with SocketAcceptor and SocketInitiator, as we are currently getting more and more traffic, the response time is getting slower and slower for users. I understand that changing to the multi-threaded version would speed things up, are there any obvious risks with this except having a thread-safe application? Could I basically just change my objects to the multi-threaded object and start up without any unexpected behaviour from QuickFix? Thanks, Magnus Bergstrom -- View this message in context: http://www.nabble.com/Changing-to-ThreadedSocketAcceptor-from-SocketAcceptor-tf4247490.html#a12087764 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |