JBossWeb WildFly Subsystem Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=Threading Model=
=Threading Model=


JBoss Web connectors use thread pools defined by the [[WildFly_Threads_Subsystem_Concepts#Executor_Model|WildFly Threads Subsystem]].
JBoss Web connectors use thread pools defined by the [[WildFly_Threads_Subsystem_Concepts#Executor_Model|WildFly Threads Subsystem]]. For an example on how to configure an executor and its associated thread factory for use with a JBossWeb connector in WildFly see:


Also see:
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[WildFly_Threads_Subsystem_Concepts#How_Does_it_Relate_to_JBossWeb.3F|WildFly Threads Subsystem Concepts]]
</blockquote>
 
For more details on the JBossWeb threading model, see:


<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[JBossWeb Concepts#Threading_Model|JBossWeb Threading Model]]
:[[JBossWeb Concepts#Threading_Model|JBossWeb Threading Model]]
:[[WildFly_Threads_Subsystem_Concepts#How_Does_it_Relate_to_JBossWeb.3F|WildFly Threads Subsystem Concepts]]
</blockquote>
</blockquote>
External: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Administration_and_Configuration_Guide/sect-Connector_Configuration.html#Define_Thread_Pools_for_HTTP_Connector_in_JBoss_Enterprise_Application_Platform

Revision as of 21:29, 8 June 2016

Internal

Threading Model

JBoss Web connectors use thread pools defined by the WildFly Threads Subsystem. For an example on how to configure an executor and its associated thread factory for use with a JBossWeb connector in WildFly see:

WildFly Threads Subsystem Concepts

For more details on the JBossWeb threading model, see:

JBossWeb Threading Model