0 Replies Latest reply on Aug 24, 2005 12:46 AM by genman

    Number of Timeouts threads seems excessive

    genman


      After a long time of execution, it seems like there are nearly 100 threads created called "Timeouts(1)-xxx" and they mostly sit around.

      In JBoss 3.2, src/main/org/jboss/util/threadpool/BasicThreadPool.java creates a pool with a minimum size of 100, which seems a little bit much. Would it be okay to change this to 10 or 1 even?

      More of a dev than user issue, but I didn't dig into the details of it all.