]
Stuart Douglas reassigned WFLY-4653:
------------------------------------
Assignee: Stuart Douglas
Weld thread pool should be wildfly global
-----------------------------------------
Key: WFLY-4653
URL:
https://issues.jboss.org/browse/WFLY-4653
Project: WildFly
Issue Type: Enhancement
Components: CDI / Weld
Affects Versions: 9.0.0.CR1
Reporter: Sebastian Maurer
Assignee: Stuart Douglas
Weld keeps a thread pool for each deployment.
Per default the pool is filled with "numProcessors" threads (see
http://docs.jboss.org/weld/reference/latest/en-US/html/configure.html)
When having many deployments, a single thread pool for the wildfly instance could improve
the overall performance.
This thread pool should be configurable in the weld subsystem of the wildfly
configuration (e.g. standalone.xml).