Dang! Is that the only approach to avoid sequential downloading of embedded resources? If true - then the Dev community has to give some serious consideration to add this feature in the future builds. Almost all commercial tools have the capability to simulate simultenous downloading of embedded resources using at least 2-4 threads.Without this capability the response time of transactions will be significantly higher than what it would be real world.
Thanks Chaitanya M Bhatt http://www.performancecompetence.com On Wed, May 16, 2012 at 6:20 PM, Jomebrew <[email protected]> wrote: > I create 6 thread groups. I pass a session ID as a dynamic variable > under the guise of a dynamic "property" value. Each thread > authenticates using the same session ID from the original login. > Technically, I have done 3 threads and not 6 but that should be more > application dependent than Jmeter. > > On Wed, May 16, 2012 at 4:51 PM, chaitanya bhatt > <[email protected]> wrote: > > My test requires me to create 6 concurrent HTTP connections per > > user(thread), because the MTA which my app is is running on is custom > built > > and maintains 6 concurrent http connections unlike 2 connections in most > > contemporary browsers. Is there a parameter property which I can tweak > to > > simulate this property? > > > > Thanks > > Chaitanya M Bhatt > > http://performancecompetence.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
