Hi,
Because of my test, I need to synchronize the threads ("user") so that for
example 14 users do something, and then wait, then the 15th user do a
specific action that may be done only if the 14 (+ him) finished the
previous work.
For that, the Sync Timer exists, and allow me to wait for user, that's what
I'd like to have.
But it does not allow me to do the specific work.
I have another solution, which is to use different thread group and run them
one by one, but I will also have another thread group and i'd like to run
them (this test + the other) at the same time to test the load of the
server.
That's why I searched for some synchronizing controller : I'd like to know
if :
1. it's possible to do a shared instance of my controller, so that's it
would be initialized when i want (at start of test I presume)
2. it's possible to get the parent thread group so that I can wait for only
the number of thread of my choice ?
Thx
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]