Details
-
Type: Other
-
Status: Closed
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: 1.0.5
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
-
Environment:test
Description
Hi Steve,
I have been doing some testing with quickfix and mina 1.0.1 and found it's very inefficient w.r.t the speed/latencies. Any advise would be really appreciated. We have a FIX engine that's implemented using QFJ and want to support 500 users and may be each getting about 250-500 messages per second. All users get the data at the same time as the marekt changes for everyone. When the data changes and as MINA uses "n" number of SocketIOProcessors, I notice delay of couple of mill seconds more on NIO compared to blocking I/O. Any advise of how I can achive more sessions and also less latency?
Thanks for your help.