Bug 1255494
| Summary: | [RFE] Allow configure max-threads and core-threads independently | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ricardo Martinelli de Oliveira <rmartine> |
| Component: | EJB | Assignee: | Panagiotis Sotiropoulos <psotirop> |
| Status: | CLOSED NOTABUG | QA Contact: | Jan Martiska <jmartisk> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | TBD EAP 6 | CC: | bbaranow, bmaxwell, cdewolf, david.lloyd, jmartisk, lywang, psotirop, remerson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-24 23:36:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1106790 | ||
|
Description
Ricardo Martinelli de Oliveira
2015-08-20 18:13:27 UTC
Complementing information to this bugzilla: "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]." Jira PRODMGT-1401 created to address the new requirement customer is asking for -------------------- "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]." -------------------- as well as including the info. in WFLY-5332 The creation of a new ThreadPoolExecutor is required. This is an RFE not a but, the RFE for it is : PRODMGT-1401 , closing the bz as the rfe will be handled via PRODMGT-1401 |