You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Vladimir Sitnikov <si...@gmail.com> on 2015/05/06 11:49:02 UTC

Re: On-demand thread creation

After a bit more reflection, I realize I am good with pre-creation of
all the threads upfront.

In the worst case (when response times are much higher than expected),
I would anyway have all the threads created, so it does not matter
much if threads would be just sleeping from the start.

Vladimir