There was some talk a long time ago about using a centralized threading system. Is this still on the burner somewhere? Could we create a ThreadController MBean, that would have a single thread pool (or configurable set of pools), then each component that needs to thread, would use it to access its threads?
The point being to have one component which is responsible for 95% of the threading in the server (there will probably be a small percent which can't be controlled by it due to bootstrap or conditions). It probably needs some more time to bake, but I think it might help improve threading using inside JBoss. --jason On Sun, 9 Dec 2001, Anatoly Akkerman wrote: > > Hi, > > I've been experiencing RH 3.0 alpha consuming all the CPU while being > idle. I have trouble tracking down what is causing this behaviour -- have > some issues with jdb remote debugging. Anyone experiencing the same? (I am > running on W2K, Sun's jdk 1.3.0) What is the best way to track this down? _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
