[Openstack-docs] [openstack/swift] DocImpact review request change Ic01430f7a6c5ff48d7aa349dc86a5f8ac463a420

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Fri Apr 19 18:24:08 UTC 2013


Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/27185

Log:
commit 80c5929fa0ba46ef4e74fbdd7d3c6c6fafea434e
Author: Peter Portante <peter.portante at redhat.com>
Date:   Fri Apr 19 14:15:15 2013 -0400

    Add the max_clients parameter to bound clients
    
    The new max_clients parameter allows one full control over the maximum
    number of client requests that will be handled by a given worker for
    any of the proxy, account, container or object servers.
    
    Lowering the number of clients handled per worker, and raising the
    number of workers can lessen the impact that a CPU intensive, or
    blocking, request can have on other requests served by the same
    worker.
    
    If the maximum number of clients is set to one, then a given worker
    will not perform another accept(2) call while processing, allowing
    other workers a chance to process it.
    
    DocImpact
    Signed-off-by: Peter Portante <peter.portante at redhat.com>
    
    Change-Id: Ic01430f7a6c5ff48d7aa349dc86a5f8ac463a420




More information about the Openstack-docs mailing list