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 pitrou
Recipients pitrou, rosslagerwall
Date 2010-12-16.15:29:28
SpamBayes Score 0.0015369981
Marked as misclassified No
Message-id <1292513370.45.0.6896495473.issue10714@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch. First, there's no need to use multiprocessing here. Threading would be sufficient. Second, you shouldn't use an explicit port number, but instead let the server bind itself to whatever port is available (I think 0 using as the port number achieves that).
History
Date User Action Args
2010-12-16 15:29:30pitrousetrecipients: + pitrou, rosslagerwall
2010-12-16 15:29:30pitrousetmessageid: <1292513370.45.0.6896495473.issue10714@psf.upfronthosting.co.za>
2010-12-16 15:29:28pitroulinkissue10714 messages
2010-12-16 15:29:28pitroucreate