> Not sure if KeepAlive works for SSL, but if it does, then you should > ensure that the last request in the thread has the this disabled. >
Did some KeepAlive tests and for the following Test Plan exactly 6 new SSL sessions are created and each one is re-used for it's 20 requests. Test Plan (Run each Thread group separately) Thread Group (users 5, ramp 5, count 20) HTTP Request HTTPClient (SSL request - KeepAlive enabled) Thread Group (users 1, ramp 1, count 20) HTTP Request HTTPClient (SSL request - KeepAlive enabled) Uniform Random Timer (Offset 100, dev 10) So it seems like KeepAlive works for SSL and I think it has the desired effect that you suggested?? Thanks again Christiaan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

