[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: Server side thread leak?

jesper.pedersen do-not-reply at jboss.com
Mon Mar 30 09:40:52 EDT 2009


Richard, the threads that identifies them self as "WorkManager" are from the JCA WorkManager thread pool.

See

  | deploy/jca-jboss-beans.xml
  | 

The thread pool is backed by the implementation in the util project:

  | org.jboss.util.threadpool.BasicThreadPool
  | 

See http://www.jboss.org/community/docs/DOC-9324 for configuration options.

The job of each thread is to execute a JCA Work instance - and then return to the pool. 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221997#4221997

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221997



More information about the jboss-dev-forums mailing list