Re: Tomcat 8 slow shutdown on Windows 10

2017-08-02 Thread Mark Thomas
On 02/08/17 14:57, Christopher Schultz wrote: > Mark, > > On 8/1/17 4:17 PM, Mark Thomas wrote: Yes. To unlock the *acceptor thread(s)*. >>> >>> (Emphasis mine) >>> >>> I understand, now. Thanks. > >> The acceptor is also unlocked when a Connector is paused (i.e. when >> the server socket

Re: Tomcat 8 slow shutdown on Windows 10

2017-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/1/17 4:17 PM, Mark Thomas wrote: >>> Yes. To unlock the *acceptor thread(s)*. >> >> (Emphasis mine) >> >> I understand, now. Thanks. > > The acceptor is also unlocked when a Connector is paused (i.e. when > the server socket is NOT

Re: Tomcat 8 slow shutdown on Windows 10

2017-08-01 Thread Mark Thomas
On 01/08/17 20:24, Christopher Schultz wrote: > > > On 8/1/17 3:10 PM, Mark Thomas wrote: >> On 01/08/17 20:00, Christopher Schultz wrote: >>> Mark, >>> >>> On 8/1/17 2:23 PM, Mark Thomas wrote: On 01/08/17 16:38, Christopher Schultz wrote: > Mark, > > On 8/1/17 8:01 AM, Mark

Re: Tomcat 8 slow shutdown on Windows 10

2017-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 8/1/17 3:10 PM, Mark Thomas wrote: > On 01/08/17 20:00, Christopher Schultz wrote: >> Mark, >> >> On 8/1/17 2:23 PM, Mark Thomas wrote: >>> On 01/08/17 16:38, Christopher Schultz wrote: Mark, On 8/1/17 8:01 AM, Mark Thomas

Re: Tomcat 8 slow shutdown on Windows 10

2017-08-01 Thread Mark Thomas
On 01/08/17 20:00, Christopher Schultz wrote: > Mark, > > On 8/1/17 2:23 PM, Mark Thomas wrote: >> On 01/08/17 16:38, Christopher Schultz wrote: >>> Mark, >>> >>> On 8/1/17 8:01 AM, Mark Thomas wrote: On 30/07/17 13:39, Lazar Kirchev wrote: > Hello Mark, > > I tried with several

Re: Tomcat 8 slow shutdown on Windows 10

2017-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/1/17 2:23 PM, Mark Thomas wrote: > On 01/08/17 16:38, Christopher Schultz wrote: >> Mark, >> >> On 8/1/17 8:01 AM, Mark Thomas wrote: >>> On 30/07/17 13:39, Lazar Kirchev wrote: Hello Mark, I tried with several thread

Re: Tomcat 8 slow shutdown on Windows 10

2017-08-01 Thread Mark Thomas
On 01/08/17 16:38, Christopher Schultz wrote: > Mark, > > On 8/1/17 8:01 AM, Mark Thomas wrote: >> On 30/07/17 13:39, Lazar Kirchev wrote: >>> Hello Mark, >>> >>> I tried with several thread dumps, but strange - I do not see in >>> them blocked/waiting threads. I attach two text files with thread

Re: Tomcat 8 slow shutdown on Windows 10

2017-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/1/17 8:01 AM, Mark Thomas wrote: > On 30/07/17 13:39, Lazar Kirchev wrote: >> Hello Mark, >> >> I tried with several thread dumps, but strange - I do not see in >> them blocked/waiting threads. I attach two text files with thread >>

Re: Tomcat 8 slow shutdown on Windows 10

2017-08-01 Thread Suvendu Sekhar Mondal
Lazar, > I am observing slow shutdown of Tomcat 8 on Windows 10 - some 9 - 11 > seconds. I observed this first with Tomcat 8.5.16, but then checked it on > older versions and I found the same from 8.5.11 onward. Before that it > stops for less than a second. > > > Has anybody experienced similar

Re: Tomcat 8 slow shutdown on Windows 10

2017-08-01 Thread Mark Thomas
On 30/07/17 13:39, Lazar Kirchev wrote: > Hello Mark, > > I tried with several thread dumps, but strange - I do not see in them > blocked/waiting threads. I attach two text files with thread dumps. In > both there can be seen the main thread in AbstractEndpoint code, but > it's RUNNABLE. I also

Re: Tomcat 8 slow shutdown on Windows 10

2017-07-28 Thread Mark Thomas
On 28/07/2017 06:53, Lazar Kirchev wrote: > Hello, > > I am observing slow shutdown of Tomcat 8 on Windows 10 - some 9 - 11 > seconds. I observed this first with Tomcat 8.5.16, but then checked it on > older versions and I found the same from 8.5.11 onward. Before that it > stops for less than a

Tomcat 8 slow shutdown on Windows 10

2017-07-27 Thread Lazar Kirchev
Hello, I am observing slow shutdown of Tomcat 8 on Windows 10 - some 9 - 11 seconds. I observed this first with Tomcat 8.5.16, but then checked it on older versions and I found the same from 8.5.11 onward. Before that it stops for less than a second. Most time is spent in stopping the protocol

Tomcat 8 Slow ?

2014-05-11 Thread Akash Jain
Hi, i recently tried to migrate from tomcat 7.0.53 to 8.0.5 I did some StopWatch ( Spring class) tests to compare the performance impact, and for same configurations, tomcat 8.0.5 showed its slightly slow compared to 7.0.53 Did anyone else also experienced same ? Thanks. Akash

Re: Tomcat 8 Slow ?

2014-05-11 Thread Joseph
I would probably use jdk with mission control to record and analyze the hot class in your conf.this often works and gives me idea where to tune Regards 在 2014年5月11日,19:34,Akash Jain akash.delh...@gmail.com 写道: Hi, i recently tried to migrate from tomcat 7.0.53 to 8.0.5 I did some

Re: Tomcat 8 Slow ?

2014-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akash, On 5/11/14, 3:34 AM, Akash Jain wrote: i recently tried to migrate from tomcat 7.0.53 to 8.0.5 I did some StopWatch ( Spring class) tests to compare the performance impact, and for same configurations, tomcat 8.0.5 showed its slightly

Re: Tomcat 8 Slow ?

2014-05-11 Thread Daniel Mikusa
On May 11, 2014 12:35 PM, Akash Jain akash.delh...@gmail.com wrote: Hi, i recently tried to migrate from tomcat 7.0.53 to 8.0.5 I did some StopWatch ( Spring class) tests to compare the performance impact, and for same configurations, tomcat 8.0.5 showed its slightly slow compared to