Hello,
Is it possible to have JMeter issue two simultaneous HTTP requests within the same thread?
I think http 1.1 allows two requests over the same connection, and http 1.0 allows four.
The behaviour I need to simulate (per each thread) is this:
1) cell phone makes a http login request
2) cell phone makes a http request that creates some user (and thread) specific data on the server
3) cell phone makes a http request that uses the data created in (2)
4) cell phone makes a second http request that uses the data created in (2)
In the actual device I need to emulate, (2) waits until (1) is completed, and both (3) and (4) wait until (2) is completed. However, there is no dependency between (3) and (4), which are issued concurrently, and this is the part that I haven't found a way to model in JMeter.
All ideas/suggestions are welcome.
thank you, Ivan Rancati
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

