• 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

webapplication deployed in JBOSS - Active Sessions are increasing though no users are using the app.

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am testing two web applications(example webappA and webappB) which are deployed on two different machines(example webappA on Machine1, webappB on Machine2).

WebappB will be pinging or calling the webservice of WebappA. If the two applications are not integrated(means if the webappA webservice URL is not given in WebappB), then the active session on the MachineA/webappA deployment is showing 0 to 5. But if the both the apps are integrated then active sessions for the webappA deployment are touching to some 2000 above, though nobody using the applications.

Does it get impacted in the performance of the application or it causes any bottleneck in handling more no. of users(approx. 150Users), since the intended target end users are 150.

What will probably happen if the no. of active sessions(in JBOSS for a webapp) increase in the above said manner. what are the impact areas.

The below is the extract of webappA deployment description from JBOSS webconsole
localhost/WebappA
Start time: Tue Jan 05 11:06:43 IST 2010 Startup time: 140 ms TLD scan time: 0 ms
Active sessions: 2189 Session count: 2189 Max active sessions: 2189 Rejected session creations: 0 Expired sessions: 0 Longest session alive time: 0 s Average session alive time: 0 s Processing time: 0 ms
JSPs loaded: 0 JSPs reloaded: 0

Thanks & Regards,
RamkumarMP
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might have a better chance of getting this answered in the JBoss forum; I'll move it there.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By the way, an indication of which version of JBoss AS you are using would help.
 
Mp Ramkumar
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Peter, We are using JBOSS 4.3.0 EAP CP02 with JDK 1.6
 
The only taste of success some people get is to take a bite out of you. Or this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic