Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.3] Use selectors.DefaultSelector over select.select #605

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

robsdedude
Copy link
Member

select.select, while being available on many platforms has the drawback of not
being very modern. On some Linux systems, for instance, it is limited to 1024
open file descriptors. Python offers a nice wrapper to choose the best way for
each OS to poll sockets named selectors.DefaultSelector.

Backport of #604

select.select, while being available on many platforms has the drawback of not
being very modern. On some Linux systems, for instance, it is limited to 1024
open file descriptors. Python offers a nice wrapper to choose the best way for
each OS to poll sockets named selectors.DefaultSelector.
@robsdedude robsdedude merged commit 2e161bd into neo4j:4.3 Oct 20, 2021
@robsdedude robsdedude deleted the use-os-default-selector-4.3 branch October 20, 2021 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant