I'm not sure. JMeter's doc says: "By default, a JMeter thread sends requests without pausing between each request. We recommend that you specify a delay by adding one of the available timers to your Thread Group. If you do not add a delay, JMeter could overwhelm your server by making too many requests in a very short amount of time. The timer will cause JMeter to delay a certain amount of time between each request that a thread makes."
So we think JMeter doesn't wait for the response from the server. Surely we can insert a timer with 5 minutes of delay but is not what we want. > -----Original Message----- > From: Sergey Almyashev [mailto:[EMAIL PROTECTED] > Sent: Friday, June 11, 2004 9:04 PM > To: JMeter Users List > Subject: RE: is there a "wait" function for requests? > > Jmeter will wait for responce before exec next request in the tree of > test-plan. (within current thread) > > > -----Original Message----- > > From: Vladimir Tsygankov [mailto:[EMAIL PROTECTED] > > Sent: Friday, June 11, 2004 8:00 PM > > To: 'JMeter Users List' > > Subject: is there a "wait" function for requests? > > > > > > Hello, > > Can anybody tell me please is it possible to send two requests from a > > test script the next way: > > 1. 1-st HTTP request is sent > > 2. Wait response from the server (it can be after any time: from 1 sec > > to 5 minutes) > > 3. 2-nd request is sent exactly after the response has been received > > As I understand usual timer element will not do. It needs an element > > like function "wait". > > > > Thanks in advance, > > Vladimir > > > > --------------------------------------------------------------------- > 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]

