-
Notifications
You must be signed in to change notification settings - Fork 473
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
Add a simple implementation of max connections #44
Closed
Commits on Apr 15, 2011
-
Add a simple implementation of max connections
max limits the sum of active connections and listeners. The implementation assumes that max is greater than acceptor_pool_size, and always maintains the acceptor_pool at acceptor_pool_size as long as the max is not exceeded. If max is less than acceptor_pool_size, acceptor_pool_size is the effective max.
Configuration menu - View commit details
-
Copy full SHA for 3721ee0 - Browse repository at this point
Copy the full SHA 3721ee0View commit details
Commits on Apr 26, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 77e2d7e - Browse repository at this point
Copy the full SHA 77e2d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6fb262 - Browse repository at this point
Copy the full SHA a6fb262View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae52e54 - Browse repository at this point
Copy the full SHA ae52e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f1c0b - Browse repository at this point
Copy the full SHA 12f1c0bView commit details
Commits on Feb 21, 2012
-
Merge branch 'mochi.v2.3.0' into implement-max-conns-merge
Prashanth Mundkur committedFeb 21, 2012 Configuration menu - View commit details
-
Copy full SHA for 4ecd4ca - Browse repository at this point
Copy the full SHA 4ecd4caView commit details
Commits on Sep 28, 2012
-
Configuration menu - View commit details
-
Copy full SHA for c1d8910 - Browse repository at this point
Copy the full SHA c1d8910View commit details
Commits on Oct 5, 2012
-
Revert "Change reply body of unsatisfiable range requests to empty pa…
…yload." since this causes issues in the python ddfs client. This reverts commit c1d8910.
Configuration menu - View commit details
-
Copy full SHA for df5d806 - Browse repository at this point
Copy the full SHA df5d806View commit details
Commits on Nov 2, 2012
-
Configuration menu - View commit details
-
Copy full SHA for d6f1373 - Browse repository at this point
Copy the full SHA d6f1373View commit details
Commits on Nov 19, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 280e8d6 - Browse repository at this point
Copy the full SHA 280e8d6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.