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 werneck
Recipients jyasskin, phr, skip.montanaro, werneck, zanella
Date 2008-02-25.19:26:48
SpamBayes Score 0.37541795
Marked as misclassified No
Message-id <1203967610.72.0.549763972445.issue1193577@psf.upfronthosting.co.za>
In-reply-to
Content
I had some code here to do the exact same thing with XML-RPC server. The
patch adds the feature to SocketServer, with a server.shutdown() method
to stop serve_forever(), and change the unittest to use and test the
feature.

I disagree on adding the daemon_threads arg as a keyword to TCPServer
since that's a feature of ThreadingMixIn
History
Date User Action Args
2008-02-25 19:26:50wernecksetspambayes_score: 0.375418 -> 0.37541795
recipients: + werneck, skip.montanaro, phr, jyasskin, zanella
2008-02-25 19:26:50wernecksetspambayes_score: 0.375418 -> 0.375418
messageid: <1203967610.72.0.549763972445.issue1193577@psf.upfronthosting.co.za>
2008-02-25 19:26:49wernecklinkissue1193577 messages
2008-02-25 19:26:49werneckcreate