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

Add a simple implementation of max connections #44

Closed
wants to merge 10 commits into from

Commits on Apr 15, 2011

  1. 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.
    pmundkur committed Apr 15, 2011
    Configuration menu
    Copy the full SHA
    3721ee0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2011

  1. Configuration menu
    Copy the full SHA
    77e2d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6fb262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae52e54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12f1c0b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2012

  1. Merge branch 'mochi.v2.3.0' into implement-max-conns-merge

    Prashanth Mundkur committed Feb 21, 2012
    Configuration menu
    Copy the full SHA
    4ecd4ca View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2012

  1. Configuration menu
    Copy the full SHA
    c1d8910 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2012

  1. 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.
    pmundkur committed Oct 5, 2012
    Configuration menu
    Copy the full SHA
    df5d806 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2012

  1. Configuration menu
    Copy the full SHA
    d6f1373 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2012

  1. Configuration menu
    Copy the full SHA
    280e8d6 View commit details
    Browse the repository at this point in the history