This is a question for the JMeter user list; please post any follow-ups there.

On 22/11/2007, Dmitry Kudrenko <[EMAIL PROTECTED]> wrote:
> Greetings,
>
> I use UserParameters to calculate, store variables which used on
> logical controllers. My test plan have a lot of places where these
> parameters are used.
>
> But my threads blocked because UserParameters.setValues method locks
> with synchronization object 'lock' defined in
> org.apache.jmeter.modifiers.UserParameters.
>
> As I understand UserParameters variables don't shared between threads
> in the Thread Group. But one thread blocks all threads.
>
> I found comment as for 'lock' object which is:
> * The lock ensures that all the variables are processed together, which is
> * important for functions such as __CSVRead and _StringFromFile.

Yes, this is intentional. Otherwise related variables defined by the
User Parameters element might be mixed up.

> Maybe I am using wrong approach to use UserParameters.
>
> Thank you for any advise.

Make sure any functions used on the User Parameters screen are quick running.

> --
> Best regards,
> Dmitry Kudrenko
> ARDAS group (http://www.ardas.dp.ua)
> mailto:[EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to