> Normally, ThreadGroup2 will not start until ThreadGroup1 has finished. > As sampler2 is a child of ThreadGroup2 and Sampler1 is a child of > ThreadGroup1, this means that all of the Sampler1 actions will have > finished before any of the Sampler2 actions start. That would appear to > be what you are wanting - so there is some confusion. > > Can you try and explain what you want a little more clearly?
all thread groups start at the same time. thats the idea of thread groups. you can avoid starting all thread groups at the same time, if you enable "select run each thread group separately". cheers, chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]