on the server with NIO connector after 5
> production days...
>
> Christophe.
>
>
>
>
> - Original Message - From: "Clovis Wichoski" <
> [EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Friday, July 04, 2008 4:17 AM
> Subject:
after 5
production days...
Christophe.
- Original Message -
From: "Clovis Wichoski" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, July 04, 2008 4:17 AM
Subject: Re: Tomcat bottleneck on InternalInputBuffer.parseRequestLine
hi, Christophe,
we
Hi, Christophe,
in the follow link you will encounter the IBM Thread and Monitor Dump
Analyzer for Java:
http://www.alphaworks.ibm.com/tech/jca
its a great tool to analyse a sequence of jstack snapshots
i hope this helps you to find your problem too.
regards
Clóvis
On Tue, Jul 1, 2008 at 12:
hi, Christophe,
well, i still dont find the reason about what is my problem, but some things
that help me to avoid the problem to occurs frequently,
i checked the limit for open files on linux, you can check yous with ulimit
-a, here i set to 4096,
how the machines are connected? its with gigabi
- Original Message - From: "Filip Hanik - Dev Lists"
<[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, July 02, 2008 5:43 AM
Subject: Re: Tomcat bottleneck on InternalInputBuffer.parseRequestLine
if you are using keep alive connections, (Tomcat defau
>
To: "Tomcat Users List"
Sent: Wednesday, July 02, 2008 5:43 AM
Subject: Re: Tomcat bottleneck on InternalInputBuffer.parseRequestLine
if you are using keep alive connections, (Tomcat default config)
then once a request is done, the system goes into reading the next
request, and
;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 concern
Filip
Caldarale, Charles R wrote:
From: Christophe Fondacci
[mailto:[EMAIL PROTECTED]
Subject: Tomcat bottleneck on InternalInputBuffer.parseReques
> From: Christophe Fondacci
> [mailto:[EMAIL PROTECTED]
> Subject: Tomcat bottleneck on InternalInputBuffer.parseRequestLine
>
> This problem may be related to the one listed here :
> http://grokbase.com/profile/id:hNxqA0ZEdnD-6GYFRNs-iIkKEvF907F
> NWdczKYQ719Q
I would have m
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