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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
