|
SObjectizer
5.7
|
Since v.5.5.0 the Timer Thread Template library is used for timers implementation. The timertt provides several timer mechanisms and user can choose which one will be used with SObjectizer Environment.
There are several factory function for timer mechanism creation: so_5::timer_wheel_factory, so_5::timer_list_factory and so_5::timer_heap_factory. Any of them can be used in tuning SObjectizer Environment parameters. For example:
By default the timer_heap mechanism is used. But if your application uses a lot of timers (millions or tens of millions or even more) then timer_wheel must be considered as more appropriate for big amount of timers.
1.8.14