[
https://issues.jboss.org/browse/WFLY-5886?page=com.atlassian.jira.plugin....
]
David Lloyd commented on WFLY-5886:
-----------------------------------
IMO not only should all synchronous invocations be running in the worker or the thread
pool otherwise associated with the request, but local async invocations should as well
(we'd need to track the "current" executor though). That could be
"stage two" of this enhancement.
Remote EJB dispatches to thread pools twice
-------------------------------------------
Key: WFLY-5886
URL:
https://issues.jboss.org/browse/WFLY-5886
Project: WildFly
Issue Type: Enhancement
Reporter: Stuart Douglas
Assignee: Jason Greene
Remote EJB currently involves a dispatch to a worker pool, followed by a dispatch to the
EJB executor. It would be better if there was an option just to run the EJB invocation in
the worker.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)