WildFly Threads Subsystem Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Executor Model=
=Executor Model=


Thread pools defined by the "threads" subsystem can be shared between WildFly components that use the Executor model. An example of such components are [[#How_Does_it_Relate_to_JBossWeb.3F|JBoss Web connectors]].
Thread pools defined by the "threads" subsystem can be shared between WildFly components that are compatible with the ''executor model''. An example of such components are [[#How_Does_it_Relate_to_JBossWeb.3F|JBoss Web connectors]]. ''Executor'' and ''thread pool'' are equivalent in this context, they mean the same thing.
 
 
Executor
 
Thread pool
 
Thread factory.


=How Does it Relate to JBossWeb?=
=How Does it Relate to JBossWeb?=

Revision as of 21:02, 8 June 2016

Internal

Executor Model

Thread pools defined by the "threads" subsystem can be shared between WildFly components that are compatible with the executor model. An example of such components are JBoss Web connectors. Executor and thread pool are equivalent in this context, they mean the same thing.


Executor

Thread pool

Thread factory.

How Does it Relate to JBossWeb?

JBossWeb Threading Model

How Does it Relate to Undertow?

Undertow Threading Model

How Does it Relate to Remoting?

Remoting Threading Model

How Does it Relate to HornetQ?

HornetQ Threading Model

How Does it Relate to EJB?