This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients petr.viktorin
Date 2021-07-28.21:32:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627507959.35.0.467924205833.issue44769@roundup.psfhosted.org>
In-reply-to
Content
Currently, socketserver.serve_forever() sets a variable and serve_forever() polls for it, with a configurable interval.

A comment in the code already says:
# XXX: Consider using another file descriptor or connecting to the
# socket to wake this up instead of polling. Polling reduces our
# responsiveness to a shutdown request and wastes cpu at all other
# times.
History
Date User Action Args
2021-07-28 21:32:39petr.viktorinsetrecipients: + petr.viktorin
2021-07-28 21:32:39petr.viktorinsetmessageid: <1627507959.35.0.467924205833.issue44769@roundup.psfhosted.org>
2021-07-28 21:32:39petr.viktorinlinkissue44769 messages
2021-07-28 21:32:39petr.viktorincreate