dnp3  0.9.0
Public Attributes | List of all members
dnp3.RuntimeConfig Class Reference

Runtime configuration More...

Public Attributes

ushort NumCoreThreads = (ushort)0
 Number of runtime threads to spawn. For a guess of the number of CPU cores, use 0. More...
 

Detailed Description

Runtime configuration

Member Data Documentation

◆ NumCoreThreads

ushort dnp3.RuntimeConfig.NumCoreThreads = (ushort)0

Number of runtime threads to spawn. For a guess of the number of CPU cores, use 0.

Even if tons of connections are expected, it is preferred to use a value around the number of CPU cores for better performances. The library uses an efficient thread pool polling mechanism.

Default value is 0


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