how about a thread pool? On 2012-04-06, at 6:05 AM, Pulkit Singhal wrote:
> Would it be ok if all six thread groups ran serially one after another? Or > is it absolutely necessary for the latter 5 to run in parallel? > > On Thu, Apr 5, 2012 at 11:03 PM, Stanton W Derry <[email protected]> wrote: > >> I have six thread groups, the first group is for data creation and >> remaining five are the load using the data created. I need to delay the >> start of the five load thread groups till the data creation has completed. >> As the amount of time it takes to create the data varies depending upon >> properties passed in setting a static delay time can work although doesn't >> guarantee data creation will complete in the specified time frame. As the >> data creation step is also creating a number of variables splitting the >> groups into two scripts isn't a solution without a complete rewrite. >> >> Has anyone come across a solution for setting a dynamic delay start? >> >> Stan >> >> ------------------------------**------------------------------**--------- >> To unsubscribe, e-mail: >> user-unsubscribe@jmeter.**apache.org<[email protected]> >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
