PubSub+ Messaging API For C  7.29.0.6
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Default Context Configuration Properties

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...
 

Detailed Description

Default values for Context configuration properties that are not explicitly set.

Macro Definition Documentation

#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).