/
How to determine the dispatcher type which is used by FIX Antenna
How to determine the dispatcher type which is used by FIX Antenna
The dispatcher type to be used is selected on the step of FIX Antenna build. In other words, there are no any FIX Engine parameters to configure it on fly.
To determine what dispatcher type is currently used by FIX Antenna, the user needs to look at logs of the "Engine" category. When FIX Antenna is started, one of the following records appears with "INFO" severity:
- USE_IOCP_DISPATCHER = ON
- USE_EPOLL_DISPATCHER = ON
- USE_SELECT_DISPATCHER = ON
At the moment FIX Antenna is always built with USE_SELECT_DISPATCHER dispatcher type.
Below is the example of how it looks like in logs:
[INFO] 20160725-11:59:29.999 [7164] [Engine] - USE_SELECT_DISPATCHER = ON
USE_IOCP_DISPATCHER and USE_EPOLL_DISPATCHER were experimental feature which were disabled since 2.10.16
Dispatcher.XXX parameters from Dispatcher section are not used at the moment.
, multiple selections available,
Related content
How to configure FIX version for the session in FIX Antenna C++
How to configure FIX version for the session in FIX Antenna C++
More like this
FIX Antenna Quick Start Guide
FIX Antenna Quick Start Guide
More like this
FIX Antenna HFT Engine Parameters
FIX Antenna HFT Engine Parameters
More like this
FIX Antenna C/C++/.NET Release Notes
FIX Antenna C/C++/.NET Release Notes
More like this
FIX Antenna C/C++/.NET upgrade instruction
FIX Antenna C/C++/.NET upgrade instruction
More like this
Configuring FIX endpoints
Configuring FIX endpoints
More like this