jiridanek commented on pull request #1506:
URL: https://github.com/apache/qpid-dispatch/pull/1506#issuecomment-1034920172


   I tried posting a SO question about ungraceful shutdown of the `http.server` 
in Python. There was no reply, but I believe it can be implemented the way 
(linked) Go server does it: keep track of incoming sockets and `.shutdown()` 
them when quitting. That should unblock any ongoing request processing stuck on 
`read()` and let it to finish.
   
   
https://stackoverflow.com/questions/70916335/how-do-i-forcibly-disconnect-all-currently-connected-clients-to-my-tcp-or-http-s


-- 
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...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to