aspose file tools
The moose likes JBoss and the fly likes Low performance in JBoss 5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Low performance in JBoss 5" Watch "Low performance in JBoss 5" New topic
Author

Low performance in JBoss 5

Andrei Mezin
Greenhorn

Joined: Sep 27, 2011
Posts: 8
Hello world!

I got a strange performance problem switching from JBoss 4 to JBoss 5. There is a stateless bean method and it is invoked in 44 sec in JBoss. It's OK. After I run that method in JBoss 5 it takes > 5 min and transaction timeout exception interrupts the flow.

What can be a reason of that performance problem in two versions of JBoss? Any ideas are welcomed.
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4875

That all depends entirely on what your stateless bean method does. You should use some performance analysis and monitoring tools to determine where the time is being spent.


JBoss In Action
Andrei Mezin
Greenhorn

Joined: Sep 27, 2011
Posts: 8
Peter Johnson wrote:That all depends entirely on what your stateless bean method does. You should use some performance analysis and monitoring tools to determine where the time is being spent.


Thanks for advice! I've looked through the sources and found a bottleneck.
 
 
subject: Low performance in JBoss 5
 
Threads others viewed
JBoss performance Tuning in Linux
Configurilng EJB 3 with Eclipse
How can i tell Hibernate not to fetch files from internet
Performance of JBoss
Problem not loading a properties file
IntelliJ Java IDE