We disabled the keep alive connections and our problem is gone...
Thanks guys
Tony
2008/7/4 Johnny Kewl <[EMAIL PROTECTED]>:
> Tony... just another thought...
> I want to change the philosophy a little
>
> If YOU open a stream... ie File f = new File Buffered streams etc...
> Then make ab
Tony... just another thought...
I want to change the philosophy a little
If YOU open a stream... ie File f = new File Buffered streams etc...
Then make absolutey sure you close them...
BUT
If you GET a stream from TC...
ie
OutputStream out = response.getOutputStream();
DONT CLOSE I
Tony, just had another thought
When you whack it with Jmeter... open the task manager, and dont watch the
memory, with caching and swapping it doesnt mean much... just watch the
"handles"... they should go up and come back to the original levels
quickly if they climbing and climbing, a
- Original Message -
From: "Anthony Chamas" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, July 04, 2008 11:01 AM
Subject: Re: Tomcat 5.5.25 freezes
Thanks for your replies, I'll try to disable the keep-alive
connections ... Will get back
essage - From: "Clovis Wichoski"
> <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Friday, July 04, 2008 3:37 AM
> Subject: Re: Tomcat 5.5.25 freezes
>
>
> hi Christophe,
>
> i'm fighting with this problem for months, but i will reply on
- Original Message -
From: "Clovis Wichoski" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, July 04, 2008 3:37 AM
Subject: Re: Tomcat 5.5.25 freezes
hi Christophe,
i'm fighting with this problem for months, but i will reply on your thread
n 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
y, July 03, 2008 3:26 AM
Subject: Re: Tomcat 5.5.25 freezes
Hi Anthony,
i have same problem sometimes in version 6.0.16, when the thread stuck
occurs again, execute the follow shell script, please adjust for your
scenario.
#!/bin/bash
today=`date +%Y%m%d%H%M%S`
psId=`/opt/java/jdk1.6.0_06/bin/j
Thanks for your replies : I'll post the thread dump when I have it..
Cheers,
Anthony
2008/7/3 Clovis Wichoski <[EMAIL PROTECTED]>:
> Hi Anthony,
>
> i have same problem sometimes in version 6.0.16, when the thread stuck
> occurs again, execute the follow shell script, please adjust for your
> sc
Hi Anthony,
i have same problem sometimes in version 6.0.16, when the thread stuck
occurs again, execute the follow shell script, please adjust for your
scenario.
#!/bin/bash
today=`date +%Y%m%d%H%M%S`
psId=`/opt/java/jdk1.6.0_06/bin/jps | grep Bootstrap | cut -d' ' -f1`
/opt/java/jdk1.6.0_06/bi
t: Monday, June 30, 2008 1:53 PM
> To: 'Tomcat Users List'
> Subject: RE: Tomcat 5.5.25 freezes
>
> > From: Anthony Chamas [mailto:[EMAIL PROTECTED] I am
> having quite a
> > weird situation on a production server : tomcat seems to be stuck
> > somewh
> From: Anthony Chamas [mailto:[EMAIL PROTECTED]
> I am having quite a weird situation on a production server : tomcat
> seems to be stuck somewhere when handling http requests.
> The activity being slow (10 users), some requests take exactly 30
> minutes to be processed.
>
> I have put aside the f
Hello everyone,
I am having quite a weird situation on a production server : tomcat
seems to be stuck somewhere when handling http requests.
The activity being slow (10 users), some requests take exactly 30
minutes to be processed.
I have put aside the following :
-it happens on any page (not lin
13 matches
Mail list logo