markt-asf commented on PR #612: URL: https://github.com/apache/tomcat/pull/612#issuecomment-1531277972
The default `AsynchronousChannelGroup` has adopted a keep-alive of 60s at some point but since the task never exits, it makes no difference in this case. We could make the similar change in Tomcat but, until `sun.nio.ch.KQueuePort$EventHandlerTask` changes, it will have no effect. 'KQueuePort` appears to be MacOS specific (at least in the latest source code) so there may be benefits in this change on other platforms. Overall, I think I have convinced myself this change makes sense, even if it doesn't solve the issue the OP is seeing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org