• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jboss HTTP ThreadPool Configuration issue

 
Greenhorn
Posts: 22
MyEclipse IDE Hibernate Postgres Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We are using JBoss version 5.1.0 GA on Windows 64 bit and CentOS environments. We are currently doing some Load and Performance testing. And monitoring the JVM using Java - VisualVM.
Something that is bothering us is - during the Load testing when we increase Load on the application, JBoss increases the number of threads. This done based on the Jboss HTTP ThreadPool Configuration (Max upto 200 threads for HTTP requests). But when the application load comes back to a normal state we notice that all the threads that where created by JBoss still remain in 'Waiting State' ever after. This happens in both the environments (Windows as well as CentOS).

So My Question is :
Is it wrong to expect that the number of JVM Threads should come down ? (Ideally in my opinion JBoss should kill some threads to free up the memory.)
If No then how do we configure the same.

Reasons Why we are bothered about this issue is that we are using ThreadLocal for passing some objects around different containers.

After some research the only relevant post that I could fond is following open issue in Jboss Bug Tracking System:Issue
Based on this, should I assume that This issue is the known bug in JBoss and we have to live with this util they fix this bug.

Thanks and Regards
Tarun


ThreadPool.gif
[Thumbnail for ThreadPool.gif]
Thread Pool configuration
JVM.gif
[Thumbnail for JVM.gif]
JVM Monitoring.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This forum is for portals and portlets. In case you haven't noticed, we have a dedicated forum for JBoss. I will move your post over there for you.
In future, please please do take out time to CarefullyChooseOneForum
 
Gupta Tarun
Greenhorn
Posts: 22
MyEclipse IDE Hibernate Postgres Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Maneesh Godbole wrote:This forum is for portals and portlets. In case you haven't noticed, we have a dedicated forum for JBoss. I will move your post over there for you.
In future, please please do take out time to CarefullyChooseOneForum



Thanks! I realized it after submitting my post, And I was hoping that moderators will move it appropriately Thanks again !
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic