Re: Tomcat bottleneck on InternalInputBuffer.parseRequestLine

2008-07-07 Thread Christophe Fondacci
a tool that you can use to read better the jstack output, i dont remember the name right now, but tomorrow i will post the link here. lets see if we can share knowledge to win this fight, ;) regards Clóvis On Tue, Jul 1, 2008 at 12:23 PM, Christophe Fondacci < [EMAIL PROTECTED]> wro

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Christophe Fondacci
Hello, Might it be related to the problem I described in the thread "Tomcat bottleneck on InternalInputBuffer.parseRequestLine" ? Christophe. - Original Message - From: "Clovis Wichoski" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, July 03, 2008 3:26 AM Subject: Re:

Re: Tomcat bottleneck on InternalInputBuffer.parseRequestLine

2008-07-02 Thread Christophe Fondacci
that is done by calling parseRequestLine, so this is not a bottleneck, but expected behavior. if you switch to the NIO connector, that doesn't do block reading during a keep alive, your numbers would show differently. however, the perf numbers you are looking at are no cause for concer

Tomcat bottleneck on InternalInputBuffer.parseRequestLine

2008-07-01 Thread Christophe Fondacci
Hello all, We have a problem with tomcat on our production server. This problem may be related to the one listed here : http://grokbase.com/profile/id:hNxqA0ZEdnD-6GYFRNs-iIkKEvF907FNWdczKYQ719Q Here it is : - We got 2 tomcat servers on 2 distinct machines. - 1 server is our application (let's c