1 Reply Latest reply on Jun 30, 2004 10:47 AM by darthjoe

    How To ThreadPool ?

    darthjoe

      Hi all, I've searched and searched and haven't been able to find out how to
      set up and use a thread pool in jboss.

      I am using jbos 3.2.3

      I found this link on the wikki http://www.jboss.org/wiki/Wiki.jsp?page=ConfigBasicThreadPool

      Unfortunately, I get a class not found exception. What jar is this supposed to be
      found in? Does anyone have a code snippet on using the pool?

      Thanks,

      -Joe

        • 1. Re: How To ThreadPool ?
          darthjoe

          He He,

          Well nobody has answered my question... so I answered it myself.

          digging into the source I found 4 separate instances of ThreadPool.java. I think two of them are the same code. :) I guess a little house cleaning is in order.
          ./server/src/main/org/jboss/web/ThreadPool.java
          ./messaging/src/main/org/jboss/mq/threadpool/ThreadPool.java
          ./jmx/src/main/org/jboss/mx/util/ThreadPool.java
          ./jetty/src/main/org/mortbay/util/ThreadPool.java

          There is no BasicThreadPool class as far as I can tell. Either the wikki refers to
          some other version, or its wrong, or I am dumb (it wouldn't be the first time)

          this is 3.2.3, it may or may not be consolodated in 3.2.4. I couldn't tell you.

          Anyway, I picked the jmx one, it works quite nicely.

          Thanks me.
          You are welcome you.