PubSub+ Messaging API For C
7.31.0.7
|
Functions | Typedefs | Enumerations | Enumeration Values | Defines |
Default values for Context configuration properties that are not explicitly set. More...
Macros | |
#define | SOLCLIENT_CONTEXT_PROP_DEFAULT_TIME_RES_MS "50" |
The default value for timer resolution (in milliseconds). More... | |
#define | SOLCLIENT_CONTEXT_PROP_DEFAULT_CREATE_THREAD SOLCLIENT_PROP_DISABLE_VAL |
The default value for create Context thread. More... | |
#define | SOLCLIENT_CONTEXT_PROP_DEFAULT_THREAD_AFFINITY "0" |
By default, the thread affinity for the auto-created Context thread is not set. More... | |
#define | SOLCLIENT_CONTEXT_PROP_DEFAULT_THREAD_AFFINITY_CPU_LIST "" |
By default, the thread affinity for the auto-created Context thread is not set. More... | |
Default values for Context configuration properties that are not explicitly set.
#define SOLCLIENT_CONTEXT_PROP_DEFAULT_CREATE_THREAD SOLCLIENT_PROP_DISABLE_VAL |
The default value for create Context thread.
By default the thread is created and destroyed by the application.
#define SOLCLIENT_CONTEXT_PROP_DEFAULT_THREAD_AFFINITY "0" |
By default, the thread affinity for the auto-created Context thread is not set.
#define SOLCLIENT_CONTEXT_PROP_DEFAULT_THREAD_AFFINITY_CPU_LIST "" |
By default, the thread affinity for the auto-created Context thread is not set.
#define SOLCLIENT_CONTEXT_PROP_DEFAULT_TIME_RES_MS "50" |
The default value for timer resolution (in milliseconds).