Message179392
> Richard, in Tulip's WSAPoll code, it reads:
>
> class WindowsPollPollster(PollPollster):
> """Pollster implementation using WSAPoll.
>
> WSAPoll is only available on Windows Vista and later. Python
> does not currently support WSAPoll, but there is a patch
> available at http://bugs.python.org/issue16507.
> """
>
> Does this means that this code need the patch from issue #16507 to work?
Yes.
> Also, I've read something about IOCP: is this a replacement for
> WSAPoll, are there plans to get it merged at some point to python (and
> if yes, would the select module be a proper home for this)?
IOCP is not a replacement for WSAPoll (or select). Among other things it is not possible to use the current ssl module with IOCP (although Twisted manages to use IOCP with PyOpenSSL).
Tulip should have IOCP support, so presumable when tulip is merged some support for IOCP will also be available in python. But I am not convinced that the select module is the proper home. |
|
Date |
User |
Action |
Args |
2013-01-08 23:13:56 | sbt | set | recipients:
+ sbt, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, felipecruz |
2013-01-08 23:13:55 | sbt | set | messageid: <1357686835.93.0.349875688591.issue16853@psf.upfronthosting.co.za> |
2013-01-08 23:13:55 | sbt | link | issue16853 messages |
2013-01-08 23:13:55 | sbt | create | |
|