XNIO Configuration: Difference between revisions
Jump to navigation
Jump to search
(Created page with " ==WORKER_IO_THREADS== Configures the number of I/O Threads. For more details about I/O Threads see XNIO Concepts - I/O Threads. ==WORKER_...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=XNIO Worker Configuration= | |||
==WORKER_IO_THREADS== | |||
Configures the number of I/O Threads. | |||
An I/O thread per CPU core is a good default. | |||
For more details about I/O Threads see [[XNIO_Concepts#I.2FO_Thread|XNIO Concepts - I/O Threads]]. | |||
== | ==WORKER_TASK_CORE_THREADS== | ||
Configures the number of | Configures the number of threads in the blocking task thread pool. | ||
For more details about worker threads see [[XNIO_Concepts#Worker_Thread|XNIO Concepts - Worker Threads]]. |
Latest revision as of 03:42, 19 January 2016
XNIO Worker Configuration
WORKER_IO_THREADS
Configures the number of I/O Threads.
An I/O thread per CPU core is a good default.
For more details about I/O Threads see XNIO Concepts - I/O Threads.
WORKER_TASK_CORE_THREADS
Configures the number of threads in the blocking task thread pool.
For more details about worker threads see XNIO Concepts - Worker Threads.