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 eryksun
Recipients Sam Lobel, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-12-23.03:40:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450842036.95.0.396169358646.issue25931@psf.upfronthosting.co.za>
In-reply-to
Content
Starting a Windows process is expensive. Who not use threading, e.g. SocketServer.ThreadingTCPServer? 

It seems to me that it's a bug to even define ForkingMixIn, ForkingTCPServer, and ForkingUDPServer on Windows. Those should be conditionally defined depending on the existence of os.fork.
History
Date User Action Args
2015-12-23 03:40:36eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Sam Lobel
2015-12-23 03:40:36eryksunsetmessageid: <1450842036.95.0.396169358646.issue25931@psf.upfronthosting.co.za>
2015-12-23 03:40:36eryksunlinkissue25931 messages
2015-12-23 03:40:36eryksuncreate