OnixS C++ CME MDP Conflated TCP Handler  1.3.1
API Documentation
ThreadingModel Struct Reference

#include <OnixS/CME/ConflatedTCP/ThreadingModel.h>

Public Types

enum  Enum { Default = 0, DedicatedThreads = 1, ThreadPool = 2 }
 

Static Public Member Functions

static const char * toString (Enum type)
 
static Enum parse (const std::string &text)
 

Detailed Description

Definition at line 31 of file ThreadingModel.h.

Member Enumeration Documentation

enum Enum
Enumerator
Default 

The default mode.

DedicatedThreads 

Each session has a sender thread and a receiving thread.

ThreadPool 

Sessions share a thread pool.

Definition at line 33 of file ThreadingModel.h.

Member Function Documentation

static Enum parse ( const std::string &  text)
static
static const char* toString ( Enum  type)
static
Returns
a string that represents the given value.

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