views:

28

answers:

1

We had the problem when the CPU util on a single core machine went to 100 %. The number of users is 8-10 on a server hosted at the ISP end. When the server was upgraded to 4 core, the same problem persists. We have used Hibernate and JSF for implementation and MySQL as the backend. I strongly feel it is a problem with the JBOSS configuration but unable to fix it. Kindly help

+1  A: 

I doubt that anyone is going to be able to help you on this without significantly information than you have provided ... and could reasonably provide in an SO question.

The best I can suggest is that you use jvisualvm and jconsole ... and the host operating system's system monitoring tools ... to try to get a handle on where your system's resources are being used.

Stephen C