Each request is synchronous, i.e. JMeter waits for a response (or an error)before continuing to process further requests in the same thread.
If you have more than 1 thread, then each thread runs independently in parallel. On 16/08/07, harschel <[EMAIL PROTECTED]> wrote: > > Hi, > One basic question I have, > If a request is made then to make same request again from the same user, > does jmeter stops till it get the response of the first request made? > Or would it continue sending the request independent of the response it gets > for that request? > Ex: If request "X" is made at time 12.00 and the second request's time is > 12.00.05 so would the second request from the same user would be made > independent of the response it gets for the first request? > > Please give your opinion on this. > Thanks. > -- > View this message in context: > http://www.nabble.com/How-requests-are-made-in-JMetere--tf4277939.html#a12176521 > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]

