https://issues.apache.org/bugzilla/show_bug.cgi?id=50644

           Summary: Add support for maximum number of requests per
                    Keep-Alive connection to apachebench
           Product: Apache httpd-2
           Version: 2.2.17
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: support
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Apache bench (ab) currently doesn't allow a limit on the number of requests per
keep-alive tcp connection. The only options are a new connection per request,
or c connections over which all n requests are sent (for n/c requests per
connection). Unfortunately this does not mirror real-world traffic, as most
HTTP clients (browsers) will make ~4 requests per tcp connection.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to