Eryk Sun added the comment:

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.

----------
components: +Library (Lib)
nosy: +eryksun
versions: +Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25931>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to