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. Maybe I am using wrong approach to use UserParameters. Thank you for any advise. -- 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]
