Discussion:
[gevent] limit number of open sockets on windows in gevent 1.3
young-kyun Kim
2018-02-13 02:55:28 UTC
Permalink
Hello!

gevent 1.2.x is limited to 1024 open sockets on windows.
http://www.gevent.org/gevent.socket.html
On Windows, gevent is limited to 1024 open sockets.
Is this limit same in gevent 1.3?
--
You received this message because you are subscribed to the Google Groups "gevent: coroutine-based Python network library" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gevent+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jason Madden
2018-02-13 03:02:38 UTC
Permalink
The libuv CFFI backend may have a different limit. Please explore libuv for
more details at this time. The details for libev (which continues to be the
default for cpython) have not changed. gevent is still not recommended for
production on Windows.

On Feb 12, 2018, at 20:55, young-kyun Kim <***@gmail.com> wrote:

Hello!

gevent 1.2.x is limited to 1024 open sockets on windows.
http://www.gevent.org/gevent.socket.html
On Windows, gevent is limited to 1024 open sockets.
Is this limit same in gevent 1.3?
--
You received this message because you are subscribed to the Google Groups
"gevent: coroutine-based Python network library" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to gevent+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "gevent: coroutine-based Python network library" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gevent+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...