[Quickfix-users] Multithreading and reliability
Brought to you by:
orenmnero
From: Nazar A. <na...@um...> - 2010-06-07 19:59:29
|
Hello! I'm planning to develop a FIX server, that would serve rather large amount of sessions (about 10K+). I can't find any information about QuickFIX benchmarks and about multithreading support in QuickFIX. My basic question is: are messages received asynchronously by QuickFIX? Are they handled in different threads? Do I need to protect my global variables using synchronization primitives? If QuickFIX is not multithreaded, than I can't understand how to achieve a good performance using it... Thanks in advance! Best regards, Nazar |