[jboss-user] [JBoss Web Services] - Re: Jboss with axis2 web service using high CPU utilization

Peter Johnson do-not-reply at jboss.com
Wed Apr 25 10:53:02 EDT 2012


Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: Jboss with axis2 web service using high CPU utilization"

To view the discussion, visit: https://community.jboss.org/message/732155#732155

--------------------------------------------------------------
When a request comes in, and a thread is allocated to service that request, that thread will use up 100% of a core while it is running (unles it has to mwait on somethign such as a database request). Of course, it should be running only briefly (in the 10s of milliseconds). High CPU utilization for a brief time is not a problem. Why do you think it would be? Have you tried running a load test? That is the only way to judge the performance of your system.

By the way, you might want to compare a empty servlet request with an empty axis2 request to see what overhead axis2 is introductiong. I would set up load test for both cases. (I did an empty servlet test several years back and JBoss AS easily served way over 10K requests per second.)
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/732155#732155]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120425/29f564d6/attachment.html 


More information about the jboss-user mailing list