https://issues.apache.org/bugzilla/show_bug.cgi?id=47886
--- Comment #3 from Sebb <[email protected]> 2009-09-22 08:46:42 PDT --- One alternative in your case is to re-use a single JMeter thread for multiple users in succession. I.e. wrap the login, samples, logout sequence in a loop controller. You then set the total number of threads to the maximum concurrent users. Which could be even cheaper than using a thread pool. It may still be worth considering using a thread pool, but it's not clear if this would break any existing tests. -- 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]
