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

import selectors inside Gunicorn #886

Closed
benoitc opened this issue Sep 12, 2014 · 1 comment · Fixed by #909
Closed

import selectors inside Gunicorn #886

benoitc opened this issue Sep 12, 2014 · 1 comment · Fixed by #909

Comments

@benoitc
Copy link
Owner

benoitc commented Sep 12, 2014

For now selectors are only used inside the threaded worker and only work on Python 3. But with #792 and #874 we will need such feature available on python 2.7x as well. So I propose to import the selectors module in the Gunicorn codebase to avoid rewriting another but similar code.

Thoughts?

@tilgovi
Copy link
Collaborator

tilgovi commented Sep 15, 2014

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 a pull request may close this issue.

2 participants