RE: Possible Thread enhancements

2004-02-20 Thread BAZLEY, Sebastian
>-Original Message- >From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] >Sent: 20 February 2004 14:26 >To: JMeter Developers List >Subject: Re: Possible Thread enhancements > > >If this how it's working? Well, I think so - I was thinking of having a de

Re: Possible Thread enhancements

2004-02-20 Thread Jordi Salvat i Alabart
If this how it's working? Yes, it would make sense to keep the context somewhere that can be accessed easily. The solution you propose sounds good. Maybe we should make that part of the TestElement interface (and of course implement it in the AbstractTestElement). BTW, what's the mechanism use

Possible Thread enhancements

2004-02-20 Thread BAZLEY, Sebastian
All the Samplers (and indeed most/all other test elements) have individual instances for each test thread (plus one or two others). At the moment, they the JMeter context service to access properties specific to the thread, but this requires obtaining the thread name and looking up the appropriate