"noelo" wrote : I have seen high CPU usage on XP and Tomcat running using the
APR.
| This *may* be the cause of your issue, try it out without the apr and see....
|
OK, I've removed APR and HTTPS from the equation and although the app performance has
improved slightly we're still seeing 100% CPU usage with a single hit on each of our
dynamic pages that I've tested.
I've profiled a single hit on a single page that takes about 10 seconds from clicking
on a "Search" button to the end of page rendering (25 result rows shown).
Without the APR, we get a little more visibility in our profiling results, and around 7 of
the 10 seconds are spent rendering the result:
com.sun.facelets.FaceleteViewHandler.renderView. Below that, there is no standout time
hog. Our own classes consume about 100ms of the total unfortunately so there doesn't
seem to be much we can do there.
We'll play around with one of our views and by process of elimination see if we can
pinpoint the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194175#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...