[Twisted-Python] Twisted Web at 630k reqs/sec

Gelin Yan dynamicgl at gmail.com
Sun Nov 15 08:03:57 MST 2015


On Sun, Nov 15, 2015 at 8:25 PM, Gelin Yan <dynamicgl at gmail.com> wrote:

>
> 2015年11月15日 下午6:09,"Tobias Oberstein" <tobias.oberstein at 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
>

Hi
     Finally I found this link
https://msdn.microsoft.com/en-us/library/windows/desktop/ms740478(v=vs.85).aspx

    This feature is only available on windows 8.1 or later. It would be
great if twisted can support this feature.

Regards

gelin yan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20151115/7b062129/attachment-0002.html>


More information about the Twisted-Python mailing list