On 05/09/07, Ronan Klyne <[EMAIL PROTECTED]> wrote:
> > By the way, BeanShell tends to leak more memory if the script is on
> > the screen; using a file seems better. Best is probably to define the
> > script as a method in a startup file and then invoke from a file or
> > the screen.
>
> Aaah... That's a very useful bit of info - I'm seeing memory usage
> hitting 1Gb for a 10 thread test, so this could be the solution...
>
> Out of curiosity, would if be feasible to implement try/catch-like
> behaviour in JMeter? If so, I'd find it useful enough that I may even
> end up writing it. (I just don't want to spend lots of time learning
> about the JMeter code base to discover that it's not possible/really silly)
>

Sorry, no idea.

The thread control part of JMeter is rather complicated - it looks
simple enough in the JMeterThread class, but there are a lot of subtle
interactions between the controller classes that it calls.

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

Reply via email to