Re: Implications of stopping a connector

2017-03-08 Thread Mark Thomas
On 07/03/17 22:54, Christopher Schultz wrote: > All, > > If I stop a Connector (e.g. using JMX), I know that the listen port > will be unbound and new connections will fail. But what about > in-process requests? > > My testing shows that with a simple JSP like this: > > <% Thread.sleep(10 * 1000

Implications of stopping a connector

2017-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, If I stop a Connector (e.g. using JMX), I know that the listen port will be unbound and new connections will fail. But what about in-process requests? My testing shows that with a simple JSP like this: <% Thread.sleep(10 * 1000); %>This is a