OnixS C++ CME Market Data Handler  5.7.0
API documentation
FeedEngineThreadSettings Class Reference

#include <OnixS/CME/MDH/FeedEngineThreads.h>

Public Member Functions

 FeedEngineThreadSettings ()
 
ThreadPoolSettingspool ()
 
const ThreadPoolSettingspool () const
 
UInt32 loopBeforeIdle () const
 
void loopBeforeIdle (UInt32 value)
 

Detailed Description

The collection of parameters affecting behavior of a thread pool carring out feed engine tasks.

Definition at line 110 of file FeedEngineThreads.h.

Constructor & Destructor Documentation

Assigns the default values for the given instance of the thread pool settings.

Definition at line 119 of file FeedEngineThreads.h.

Member Function Documentation

UInt32 loopBeforeIdle ( ) const
inline

Defines amount of cycles a working thread keeps cycling before entering the idle state if no useful activity can be done.

Value is measured in number of processing cycles.

Note
Default value is '1'.
Warning
The given parameter may direct influence onto CPU load.

Definition at line 150 of file FeedEngineThreads.h.

void loopBeforeIdle ( UInt32  value)
inline

Updates amount of cycles a working thread keeps cycling before entering the idle state if no useful activity can be done.

See also
loopBeforeIdle.

Definition at line 161 of file FeedEngineThreads.h.

ThreadPoolSettings& pool ( )
inline

Settings related to the thread pool.

Definition at line 126 of file FeedEngineThreads.h.

const ThreadPoolSettings& pool ( ) const
inline

Settings related to the thread pool.

Definition at line 134 of file FeedEngineThreads.h.


The documentation for this class was generated from the following file: