Deprecation of setTime()

2004-05-25 Thread Finch, Sam
Hi What's the logic behind deprecating this method in JMeter 2.0.0? void org.apache.jmeter.samplers.SampleResult.setTime(long elapsed) I use it in circumstances where the elapsed time is returned by an object several calls deeper in the stack. Using sampleStart() / sampleEnd() would cause a

RE: JMeter Asynchronous Testing

2004-04-14 Thread Finch, Sam
[mailto:[EMAIL PROTECTED] Sent: 13 April 2004 18:41 To: JMeter Users List Subject: Re: JMeter Asynchronous Testing If you write your own JavaSamplerClient to block and wait for the event response, why would that result in a huge number of threads? -Mike On Tue, 2004-04-13 at 11:53, Finch, Sam wrote