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

           Summary: Enhancement: Use multiple connections per thread
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2009-09-10 08:30:17 PDT ---
As a standard for HTTP/1.1 the browser can use 2 simultaneous connections to
the server to do its requests. Currently a single threads seems to use just
only one connections to the server. To make testing more realistic a thread /
user should be able to use 2 simultaneous connections to retrieve objects.

For the latest versions of Firefox it is even using up to 6 connections
simultaneously. To make tests realistic, this woould definitly be a must.
Especially for HTTPS it is more realistic because it involves SSL handshakes.
Also many webservers are configured to hold a maximum of X connections, and
when simultaneous connetions are used you would hit this twice as fast as when
testing with only 1 connection (as JMeter does now).

-- 
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