>I like it. I'd also like to add something that makes it unique even
>across multiple runs, so that saved results from two different tests
>can be combined (at a later time) without interference.
What would be the best way to do this ?
I was thinking that the threads might be named in the following way:
Thread newThread = new Thread(threads[i]);
newThread.setName("JMeterThread-" + (i + 1));
newThread.start();
How would you modify this ?
BTW, naming the threads will turn out to be very useful if anyone
ever has to run this stuff through a debugger (Forte always used
to crash whenever I tried to debug threading). Note that *my* code
increments the zero-based iterator as I don't tend to think in a
zero-based way.
Regards
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>