Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-10 Thread Matthias Wessendorf
Hello Ravi, I wonder what our last release for JSF 1.1 (1.0.11) does? Not sure, perhaps you may also try the JSF 1.2 version ? (1.2.12) The JSF 1.2 version is the one that is best supported, these days. Trinidad 2.0 is now in alpha stage, and I can understand that you don't want to update on

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-10 Thread Ravi
Matthias, I think websphere 6.1 does not support JSF 1.2. I will doublecheck, let me know if this is incorrect. This mans I cannot try trinidad version 1.2.12 I will try out 1.0.11 release, but that is a minor release update and I seriously doubt if it will fix such a performance issue.

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-10 Thread Jan-Kees van Andel
Hey Ravi, Looking at your JProbe screenshots for the second time, I think you're misinterpreting the graphs (but I haven't used JProbe before, so I might be mistaking ;-) ). In your first screenshot (upper left corner) you can see the total time the getProperty method takes. This includes its

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-10 Thread Ravi Kapoor
Hi Jan-Kees, You are right, the getProperty method is only taking 2K units. However if I dig deeper, I find that most of the cumulative time is being spent within Trinidad classes. The final call to java getters consumes negligible time. I was unable to create thread structure like you showed