> https://docs.python.org/3/library/socketserver.html#asynchronous-mixins

An example is provided also in this software documentation.
May I expect that data were completely received from clients and accordingly
processed by the request handler in the started threads after
the statement “server.shutdown()” was sucessfully executed?

Regards,
Markus
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to