Skip to content

Windows builds of Python should up FD_SETSIZE #1241

Closed
@pitrou

Description

@pitrou

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions