You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by sebb <se...@gmail.com> on 2006/01/12 14:53:42 UTC

Connection handling in threads

Now that we are using Apache HttpClient, we have a lot more control
over HTTP connections.

At present, the code creates a connection for each different host in
each thread, and tries to re-use the connection as far as possible
throughout the life of the thread.

In particular, if the test plan contains a loop, the same connection
will be retained if possible.

Does this make sense? Or should there be ways to force a connection to
be created or closed?

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org