Re: pick load

2010-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre, On 9/2/2010 1:49 PM, Alexandre Chapellon wrote: > Yes to me too, but what's weired is that thoose errors enver appears > under normal load... this really drives me crazy! I would bet that there's an exception being caught and re-thrown wit

Re: pick load

2010-09-02 Thread Alexandre Chapellon
Le jeudi 02 septembre 2010 à 11:22 -0400, Christopher Schultz a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Alexandre, > > On 9/2/2010 12:08 AM, Alexandre Chapellon wrote: > > Forget about it this doesn't seems to be related to the jk connector. > > Right: the jk connector can

Re: pick load

2010-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre, On 9/2/2010 12:08 AM, Alexandre Chapellon wrote: > Forget about it this doesn't seems to be related to the jk connector. Right: the jk connector can be tweaked separately. You appear to have other problems. > I have the same problems when

RE: pick load

2010-09-01 Thread Alexandre Chapellon
ajp_common.c (1882): Writing to client aborted > or client network problems > ...skipping... > > I really don't know what to tune > > Le mardi 31 août 2010 à 17:49 -0500, Caldarale, Charles R a écrit : > > > > From: Alexandre Chapellon [mailto:alexandre.cha

RE: pick load

2010-09-01 Thread Alexandre Chapellon
tune Le mardi 31 août 2010 à 17:49 -0500, Caldarale, Charles R a écrit : > > From: Alexandre Chapellon [mailto:alexandre.chapel...@mana.pf] > > Subject: Re: pick load > > > We're using an old version of highdeal billing system which > > apparently (tat's wh

RE: pick load

2010-08-31 Thread Caldarale, Charles R
> From: Alexandre Chapellon [mailto:alexandre.chapel...@mana.pf] > Subject: Re: pick load > We're using an old version of highdeal billing system which > apparently (tat's what the support says) doens't support java6. Chris suggested *Tomcat* 6, not Java 6. Yo

Re: pick load

2010-08-31 Thread Alexandre Chapellon
Le mardi 31 août 2010 à 14:39 -0400, Christopher Schultz a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Alexandre, > > On 8/30/2010 10:49 PM, Alexandre Chapellon wrote: > > [Considering] the fair analysis of Charles, we decided to move applications > > to Poolable connection fac

Re: pick load

2010-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre, On 8/30/2010 10:49 PM, Alexandre Chapellon wrote: > [Considering] the fair analysis of Charles, we decided to move applications > to Poolable connection factory Excellent. > To do so I created a factory iun server.xml as follow: > > I

RE: pick load

2010-08-30 Thread Alexandre Chapellon
ana.pf] > > Subject: Re: pick load > > > To me this sounds like a pool of database connection > > that is full > > It's not a full connection pool - you're not using one. It's also likely > that your database is a bit sluggish in establishing con

RE: pick load

2010-08-26 Thread Alexandre Chapellon
Le jeudi 26 août 2010 à 22:04 -0500, Caldarale, Charles R a écrit : > > From: Alexandre Chapellon [mailto:alexandre.chapel...@mana.pf] > > Subject: Re: pick load > > > To me this sounds like a pool of database connection > > that is full > > It's not a f

RE: pick load

2010-08-26 Thread Caldarale, Charles R
> From: Alexandre Chapellon [mailto:alexandre.chapel...@mana.pf] > Subject: Re: pick load > To me this sounds like a pool of database connection > that is full It's not a full connection pool - you're not using one. It's also likely that your database is a b

Re: pick load

2010-08-26 Thread Alexandre Chapellon
Thanks. I got the dump of the running JVM (only the benchmark is running at dump time). I tried to take a look at it, but as am not familiar with java, I prefer talk about it here. -first I noticed the number of TP-Processor is twice the number of concurrent resquests send by ab (why twice? i don'

Re: pick load

2010-08-26 Thread Rainer Jung
On 26.08.2010 21:00, Alexandre Chapellon wrote: Le jeudi 26 août 2010 à 09:25 +0200, Rainer Jung a écrit : On 26.08.2010 03:28, Alexandre Chapellon wrote: Hello, I'm quite new to tomcat and have an old webapps running on tomcat 4.1 and jvm 1.4.2 with apach2.2 in front ofthem (using modjk). I'

Re: pick load

2010-08-26 Thread Alexandre Chapellon
Le jeudi 26 août 2010 à 09:25 +0200, Rainer Jung a écrit : > On 26.08.2010 03:28, Alexandre Chapellon wrote: > > Hello, > > > > I'm quite new to tomcat and have an old webapps running on tomcat 4.1 > > and jvm 1.4.2 with apach2.2 in front ofthem (using modjk). > > I'm trying to get ready for a com

Re: pick load

2010-08-26 Thread Alexandre Chapellon
ab doesn't says much... except the requests completed and most of them did in less than 5 seconds: ### Server Software:Apache Server Hostname:blablablabla.hostname Server Port:443 SSL/TLS Protocol: TLSv1/SSLv3,DHE-RSA-AES256-SHA,1024,256

Re: pick load

2010-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 8/26/2010 3:25 AM, Rainer Jung wrote: > On 26.08.2010 03:28, Alexandre Chapellon wrote: >> Whatever the configuration of my connecter (both on the apache or tomcat >> side) I never go upper than 20 requests / second. >> Here are few parame

Re: pick load

2010-08-26 Thread André Warnier
Alexandre Chapellon wrote: Hello, I'm quite new to tomcat and have an old webapps running on tomcat 4.1 and jvm 1.4.2 with apach2.2 in front ofthem (using modjk). I'm trying to get ready for a comming pick load I will have to face. I Try to do some benchmark using ab and the jkstatus worker. Wha

Re: pick load

2010-08-26 Thread Rainer Jung
On 26.08.2010 03:28, Alexandre Chapellon wrote: Hello, I'm quite new to tomcat and have an old webapps running on tomcat 4.1 and jvm 1.4.2 with apach2.2 in front ofthem (using modjk). I'm trying to get ready for a comming pick load I will have to face. I Try to do some benchmark using ab and the

Re: pick load

2010-08-25 Thread Domenico Briganti
Il giorno mer, 25/08/2010 alle 15.28 -1000, Alexandre Chapellon ha scritto: > P.S: right now am using ab to send 2000 request with 50 concurrents. What is the report of ab? Domenico - To unsubscribe, e-mail: users-unsubscr...