havana: swift - Add the max_clients parameter to bound clients

Bug #1195563 reported by Tom Fifield
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

https://review.openstack.org/27185

commit 80c5929fa0ba46ef4e74fbdd7d3c6c6fafea434e
Author: Peter Portante <email address hidden>
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.

Tags: swift
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
milestone: none → havana
tags: added: swift
Revision history for this message
Tom Fifield (fifieldt) wrote :
Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.