Re: timer function

2002-10-10 Thread Mike Stover
It delays from the end of a response to the beginning of the next request. On 10 Oct 2002 at 15:10, Michele Curioni wrote: > Hi all, > I'm carrying out a stress test on my web application, and I set a constant > timer in the Thread Group. > What exactly is that the timer delays? > Does it set an

timer function

2002-10-10 Thread Michele Curioni
Hi all, I'm carrying out a stress test on my web application, and I set a constant timer in the Thread Group. What exactly is that the timer delays? Does it set an interval between two requests a thread places, or between the response to a request and the next request of the same thread? Thanks,