Hi - Thanks in advance for your help.

I would like to find a way to submit two or more concurrent http requests that 
are related.  I think this would be equivalent to having a nested ThreadGroup.

What I am trying to test is a web mapping application similar to Google maps:  
It builds a single map in the browser made up of 35 smaller map tiles.  
Browsers request those map tiles concurrently, often two at a time depending on 
the browser.  How the server handles those related tile requests is something 
that can be optimized, so I'd like to be able to load test with concurrent 
requests in the same way the browsers does.

Multiple threads will not correctly replicate this type of usage because in my 
test, the state of an individual thread is unique and not reproducible.  Once a 
thread has created a unique state, is there a way to have that thread generate 
concurrent requests?



Thanks,

--eeverman

Reply via email to