On 20 March 2012 19:00,  <[email protected]> wrote:
> So I've tried using the vars.putObject/vars.getObject, the vars always
> seem to be reset, even when the param to reset is false.  I've tried
> throwing variables in BeanShellSampler.bshrc in the bsh.shared namespace,
> which had good results, except it only works on ints.

This suggests that you are trying to share variables across threads -
is that the case?

> Basically I want to be able to open a file and read a single line per loop
> iteration in each thread and be able to do the same with writing to a
> file.

CSV Dataset or the StringFromFile function might be suitable for
reading the file.

To write to a single file, a Listener would be appropriate.

> Thanks,
>
> Jake Devore

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to