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
-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