hi, 
  We are using jboss 3.2.1 with jms over http. We noticed that each client connects to 
the jboss server will cause the jboss generates 2 threads to handle its request (we 
use both topic and queue). 
  Our problem is: there are too many idle threads existing, from the jmx-console, we 
can see that there are totally 886 running, among wich 408 are idle threads. We've set 
the maxIdleTimeMs to 30000, so in theory, some idle threads will terminate after 30 
seconds but in fact they do not. 
  Our jboss server will cease to function about every 9 hours: 
[jbossweb] WARNING: 
  java.lang.OutOfMemoryError: unable to create new native thread
      at java.lang.Thread.start(Native Method)
      at org.mortbay.util.ThreadPool$PoolThread.enterPool
          (ThreadPool.java:385)
     at org.mortbay.util.Pool.newPondLife(Pool.java:339)
     at org.mortbay.util.Pool.get(Pool.java:276)
     at org.mortbay.util.ThreadPool.run(ThreadPool.java:319)
     at org.mortbay.util.ThreadedServer$Acceptor.run
          (ThreadedServer.java:515)

Is this a known issue which is already fixed in jboss 3.2.5? 
Thanks in advance.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844532#3844532

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844532


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to