On 12/3/06, Kevin Lewandowski <[EMAIL PROTECTED]> wrote:
Okay, I figured out how to get the thread dump. It was in the tomcat logfile. I'm attaching it here.
Nothing sticks out to me as problematic, except for the 150 concurrent requests in progress! Perhaps the real problem already passed, and the result is the pileup of all these requests which thrash eachother and have a hard time making progress. Also throw the memory consumed by all these threads might cause GC to churn, also lowering the amount of CPU available to complete them. Hopefully the patch I just provided, along with warming, will prevent getting into this situation. -Yonik