2015年11月15日 下午6:09,"Tobias Oberstein" <tobias.oberst...@tavendo.de>写道:
>>
> What's required for high-performance on Windows is the Twisted IOCP
reactor. For Python 2 that works quite well. For Python 3 some bits are
missing in Twisted (Hawkie is working on that). For shared sockets (which
Crossbar.io uses for multi-core scaling), more work on the IOCP reactor
would be needed.

Hi tobias

    Are you sure IOCP is able to share sockets between process? It would be
great if you can share some info about this. I only use iocp with thread
pools. Due to GIL, well, use thread pools on python doesn't make any sense
for that.

regards

gelin yan
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to