On 05/03/2008, Tom Fernandes <[EMAIL PROTECTED]> wrote: > Hello, > > I have a sequence of 5 samplers. Lets say I would like to execute the 3rd one > in the background and let it run but immediately continue to the forth. > > How would I do this? >
Not possible with JMeter. You could write a BeanShell sampler (or your own sampler) to start a thread to do the sample, but it might difficult to integrate the response into the test results. JMeter was designed for request-response protocols. > thanks, > > > Tom > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

