-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-88321: Add backlog arg for multiprocessing manager server #26332
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
base: main
Are you sure you want to change the base?
Conversation
This PR is stale because it has been open for 30 days with no activity. |
It seems that a long time has passed, can someone help to review it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok.
Curious about the state of this PR, ran into a similar issue recently. |
This may become a bigger problem as cpu's get more and more cores. I can't really think of a more complete solution than informing users via the documentation that |
Hi! I hope this change gets in soon, as I'm running in a high end system and facing this issue a lot. |
Any updates on this? Can this be taken up? @junnplus |
73d42d3
to
75d8404
Compare
75d8404
to
7f46f18
Compare
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
769a3d9
to
7f46f18
Compare
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
In addition, set listener backlog default to None like #12735.
https://bugs.python.org/issue44155