[jboss-user] [Performance Tuning] - Re: ajp thread takes more cpu time?

jaganmohan madire do-not-reply at jboss.com
Tue Mar 1 15:03:38 EST 2011


jaganmohan madire [http://community.jboss.org/people/jaganmohacgg] created the discussion

"Re: ajp thread takes more cpu time?"

To view the discussion, visit: http://community.jboss.org/message/590429#590429

--------------------------------------------------------------
ahh!!! finally we shooted the star...but!!!!

It seems like the AJP almost maintains persistent connections, which reduces the scalability, Enabling APR(Apache Portable Runtime) with AJP improves its performance as this polls and closes the sockets, uses adv I/O, shared memory and moreover it is native processing.
The channel HTTP+AJP also can be considered.
 https://owa-emea1.infor.com/owa/redir.aspx?C=f0d08942cd974ad5a8506f89c0ae758f&URL=http%3a%2f%2fdocs.jboss.org%2fjbossweb%2flatest%2fapr.html http://docs.jboss.org/jbossweb/latest/apr.html
 
After we enabling APR+AJP, the issue is not seen on the jvisualvm cpu time, but then the cpu still hits to 100% and now showing on Oracle parsing.
 
Note*:There could be bugs around these connectors, try using the latest ones.
 
BUT, now the cpu utilization has shifted to oracle oci driver classes,
any body has seen this already?? if there are any bugs or etc.., we are using Oracle OCI 11.2.0.1 at the JBoss application server side...
 http://community.jboss.org/servlet/JiveServlet/downloadImage/2-590429-11812/450-327/ajp2orclparsing.jpg  (http://community.jboss.org/servlet/JiveServlet/showImage/2-590429-11812/ajp2orclparsing.jpg)
 
Thanks,
Jagan.
--------------------------------------------------------------

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

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110301/714920de/attachment.html 


More information about the jboss-user mailing list