Re: performance of tomcat 8 is less than tomcat 6

2016-04-30 Thread Felix Schumacher
, Felix -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, April 20, 2016 4:21 PM To: Tomcat Users List Subject: RE: performance of tomcat 8 is less than tomcat 6 On 20 Apr 2016 1:30 pm, "Ravi Chandra Suryavanshi" < ravi.chandra.suryavan...

RE: performance of tomcat 8 is less than tomcat 6

2016-04-21 Thread Ravi Chandra Suryavanshi
ot;); out.println(""); out.println(""); out.println("Hello World!"); out.println(""); out.println(""); } } -Ravi -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net]

Re: performance of tomcat 8 is less than tomcat 6

2016-04-21 Thread Christopher Schultz
Ravi, On 4/20/16 6:55 AM, Ravi Chandra Suryavanshi wrote: > Yes I tried the NIO and NIO2 but not seen much difference. The TPS > only increased 3K with NIO2. What is your test case? -chris - To unsubscribe, e-mail: users-unsub

RE: performance of tomcat 8 is less than tomcat 6

2016-04-20 Thread Ravi Chandra Suryavanshi
Yes I tried the NIO and NIO2 but not seen much difference. The TPS only increased 3K with NIO2. -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, April 20, 2016 4:21 PM To: Tomcat Users List Subject: RE: performance of tomcat 8 is less than tomcat 6 On

RE: performance of tomcat 8 is less than tomcat 6

2016-04-20 Thread Igor Cicimov
e sometimes even less TPS. > Regards, > Ravi > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, April 19, 2016 7:38 PM > To: Tomcat Users List > Subject: Re: performance of tomcat 8 is less than tomcat 6 > > -

RE: performance of tomcat 8 is less than tomcat 6

2016-04-19 Thread Ravi Chandra Suryavanshi
...@christopherschultz.net] Sent: Tuesday, April 19, 2016 7:38 PM To: Tomcat Users List Subject: Re: performance of tomcat 8 is less than tomcat 6 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ravi, On 4/19/16 1:04 AM, Ravi Chandra Suryavanshi wrote: > Hi, I am using tomcat 6 in my product. I am planning to upgrade

Re: performance of tomcat 8 is less than tomcat 6

2016-04-19 Thread Daniel Savard
2016-04-19 1:04 GMT-04:00 Ravi Chandra Suryavanshi < ravi.chandra.suryavan...@ericsson.com>: > Hi, > I am using tomcat 6 in my product. I am planning to upgrade to tomcat 8 as > tomcat is going to EoS in Dec-2016. > I have just taken the performance of Tomcat 8 and found the 70% less > performance

Re: performance of tomcat 8 is less than tomcat 6

2016-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ravi, On 4/19/16 1:04 AM, Ravi Chandra Suryavanshi wrote: > Hi, I am using tomcat 6 in my product. I am planning to upgrade to > tomcat 8 as tomcat is going to EoS in Dec-2016. I have just taken > the performance of Tomcat 8 and found the 70% less per

RE: Performance of tomcat

2008-10-28 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:[EMAIL PROTECTED] > Subject: Re: Performance of tomcat > > I am looking at following Url but doesn't seem to have that > information: > > http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Usi > ng%20the%20JMX%20Proxy%20Servle

Re: Performance of tomcat

2008-10-28 Thread Mohit Anchlia
I am looking at following Url but doesn't seem to have that information: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Using%20the%20JMX%20Proxy%20Servlet On Tue, Oct 28, 2008 at 4:17 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: Mohit Anchlia [mailto:[EMAIL PROTECTED]

RE: Performance of tomcat

2008-10-28 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:[EMAIL PROTECTED] > Subject: Performance of tomcat > > Is there a module like mod_status in apache that reports the stats of > number of connections, load of threads, number of active threads etc.? The manager app displays some of that information, as does Lambda Prob