0 Replies Latest reply on Mar 15, 2006 11:15 AM by chwang

    what is different with WorkManagerThreadPool and threadpool

      Hi Folks,

      I am going to send 150 requests to the servlet.
      I think I need to change size of Threadpool.
      I went to JMX,
      I found in jboss.system there is a service "threadpool"
      MaximumPoolSize = 10 (defalut)

      in jboss.jca there is a service WorkManagerThreadPool
      MaximumPoolSize =100 (default)

      I wonder what is different and which one I need to change?

      And what is max I can put? 1000, or 10000, or 100000 ?
      if I put more size, what kind of issue will cause?

      Thank you very much!

      Chwang