Has anybody done performance tests on trinidad application. I have an application and it appears that it is taking 80-90% of CPU in my application, thus killing performance.
We ran load tests and our CPU went to 100% usage. At this point we measured how much time was being taken by each class/method. Here are some interesting figures: CPU usage by all Trinidad + myfaces classes = 80-90% Myfaces CPU usage (without trinidad) = 8% (which implies trinidad is taking 70-80% of CPU) Total time taken by one method (org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty) = 40% Can anybody confirm that they have seen this behavior? Or if somebody can confirm that this does not happen in their performance tests, that should help too. Thanks Ravi

