Commit 3caf7025 authored by Victor Stinner's avatar Victor Stinner

asyncio: SelectSelector is limited to 512 sockets on Windows

parent ee0409f8
...@@ -87,7 +87,8 @@ Common limits of Windows event loops: ...@@ -87,7 +87,8 @@ Common limits of Windows event loops:
:class:`SelectorEventLoop` specific limits: :class:`SelectorEventLoop` specific limits:
- :class:`~selectors.SelectSelector` is used but it only supports sockets - :class:`~selectors.SelectSelector` is used which only supports sockets
and is limited to 512 sockets.
- :meth:`~BaseEventLoop.add_reader` and :meth:`~BaseEventLoop.add_writer` only - :meth:`~BaseEventLoop.add_reader` and :meth:`~BaseEventLoop.add_writer` only
accept file descriptors of sockets accept file descriptors of sockets
- Pipes are not supported - Pipes are not supported
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment