Executor was Re: [jboss-dev] org.jboss.web.metamodel.descriptor package and executor service

Adrian Brock abrock at redhat.com
Fri Oct 24 10:12:19 EDT 2008


On Fri, 2008-10-24 at 16:25 +0200, Rémy Maucherat wrote:
> (2) Tomcat (and Jboss Web) have the capability to use the Executor
> interface from the JDK for the threads it uses for request processing.
> This means that it would be possible to have an Executor service in AS
> which could provide a unique thread pool among all services which need
> threads, thus possibly saving on the global amount of threads needed.
> Is there interest in that ?

How does this compare with the capabilities of BasicThreadPool
from the common project?

When does JBossWeb's thread pool become available?
What are its dependencies?

As a kind of reverse, could JBossWeb use the executor
(currently an implementation detail)
of the thread pool configured in conf/jboss-service.xml?
-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx




More information about the jboss-development mailing list