0 Replies Latest reply on Mar 14, 2006 6:35 PM 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 differnt 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