Re: Tomcat doesn't gracefully close keep-alive connections

2022-11-21 Thread M. Thiim
o and even thinking of implementing my custom fix for the 9-series. Br, M. Thiim Den fre. 18. nov. 2022 kl. 20.03 skrev Christopher Schultz < ch...@christopherschultz.net>: > Mark, > > On 11/18/22 10:38, Mark Thomas wrote: > > I've just found the comment I mis

Re: Tomcat doesn't gracefully close keep-alive connections

2022-11-18 Thread M. Thiim
Thomas : > On 18/11/2022 17:40, M. Thiim wrote: > > Hi Mark, sorry I'm not sure what you mean by "read the rest of the > > thread"... My "I just tried this..." was in response to your suggestion > of > > using the bindOnInit and gracefulStopA

Re: Tomcat doesn't gracefully close keep-alive connections

2022-11-18 Thread M. Thiim
Please read the rest of the thread. > > On 18/11/2022 17:24, M. Thiim wrote: > > Hi Mark, > > > > thanks, I just tried this. It does cause the server to insert a 20 second > > delay on shutdown and I get this messa

Re: Tomcat doesn't gracefully close keep-alive connections

2022-11-18 Thread M. Thiim
making it think it can keep using the connection - so the client ends up getting the same error just with a 20 second delay... In fact, the server even accepts completely new connections during the graceful shutdown period period. Br, M. Thiim Den fre. 18. nov. 2022 kl. 14.34 skrev Mark Thomas :

Re: Tomcat doesn't gracefully close keep-alive connections

2022-11-18 Thread M. Thiim
ifferently than described above. :-) Br, M. Thiim Den fre. 18. nov. 2022 kl. 14.34 skrev Mark Thomas : > On 17/11/2022 19:39, M. Thiim wrote: > > Hi, > > > > We have observed that Tomcat doesn't gracefully close > > keep-alive connections. Tomcat waits for already

Tomcat doesn't gracefully close keep-alive connections

2022-11-17 Thread M. Thiim
the client when the connection was setup, the client should know that the connection is no longer usable. Therefore it is from this point safe for Tomcat to close those remaining connections. 6) Rest of server shutdown continues Br, M. Thiim --- Background: The current behavior is proble