Closed
Description
Default Windows builds of Python allow 512 maximum sockets in select(). This limit can be hit when an application has many connections. This is sometimes hit by users of distributed on Windows clusters.
Bumping it to a higher value (e.g. 2048) is straightforward and does not adverse consequences. It would be nice to our users if Anaconda builds of Python had such a higher limit.
See upstream issue: https://bugs.python.org/issue28708
Activity