>However, I had some trouble when running the same routine at the same time multiple threads. can you please describe your issue?
On Wed, May 7, 2014 at 3:20 PM, Sergio Boso <[email protected]>wrote: > Hi everybody. > > I find JavaScript a little bit clumsy, so I did some test with Jruby. > > It is very straightforward to use, and relatively fast, after the first > execution. > However, I had some trouble when running the same routine at the same time > multiple threads. > > So may question is: > - is thee any real world experience in using Jmeter +Jruby? > - Is Jruby really thread-safe? can I use a variable "myvar" in multiple > instances? > - What is the behaviour of $myvar (which is a global static variable in > standard Ruby)? > > Thank you in advance > > > > -- > > Ing. Sergio Boso > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
