Io WildFly Subsystem Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→worker) |
||
Line 17: | Line 17: | ||
==worker== | ==worker== | ||
===name=== | |||
The name of the XNIO Worker shared by Undertow and Remoting subsystems. If the name changes, <tt>....</tt> and <tt>...</tt> should be changed accordingly. | |||
==bufffer-pool== | ==bufffer-pool== |
Revision as of 02:37, 20 January 2016
Internal
Overview
<subsystem xmlns="urn:jboss:domain:io:1.1"> <worker name="default"/> <buffer-pool name="default"/> </subsystem>
Note that the XNIO Worker declared here is shared by both Undertow and Remoting, so a configuration change - including the name - affects both.
Configuration Elements
worker
name
The name of the XNIO Worker shared by Undertow and Remoting subsystems. If the name changes, .... and ... should be changed accordingly.