-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Description of problem:
It looks like the ejb3 subsystem thread pool configuration is hard coded to create an unbounded thread pool, where it it looks like max-threads = core-threads, and thus the threads will increase up to the max-threads configured and then remain there. The keep-alive setting which appears in many of the docs & default configurations is ineffective since max=core.
ejb3/src/main/java/org/jboss/as/ejb3/subsystem/EJB3SubsystemRootResourceDefinition.java
I tried defining a different thread pool in the threads subsystem and tried to reference it from the ejb3 subsystem, however it looks like the ejb3 subsystem only looks for thread pools configured in the ejb3 subsystem.
Additional desired functionality according to PRODMGT-1401:
"the desired functionality is to, when a new request arrives
and there is an idle thread, use that thread instead of creating a new
thread [up until max-threads]."
- blocks
-
JBEAP-3499 [GSS](7.0.z) EJB thread pool keepalive not honored and is not reusing inactive threads
- Closed
-
WFCORE-1446 EJB thread pool keepalive not honored and is not reusing inactive threads
- Closed
- is related to
-
XNIO-285 Io subsystem worker pool threads cannot die even if task-keepalive is specified
- Resolved
- relates to
-
WFCORE-3397 Integrate improved thread pool implementation
- Resolved