If you create 80 threads you would have a maximum of 80 concurrent connections (the actual number would vary depending on your test , but if you had no delays / timers then you'd have a number very close to 80 concurrent requests).
regards deepak On Fri, Sep 10, 2010 at 3:21 PM, Prostak <[email protected]> wrote: > > >>Can you please explain here a little more? Let's say each Jmeter thread > >>contains <u>50 requests</u> (all pages and all resources combined): > >>Does Jmeter establish 50 concurrent connections? > >>Or does it establish only one concurrent connection for the whole thread? > >No thats one concurrent connection. The number of Jmeter threads > determines > concurrency. > > Don't quite understand what you mean by "no". So if I create 80 Number of > Threads (users), it would open 80 concurrent connections on server end? > (pls > see picture attached, to make it more clear). > > http://tinypic.com?ref=2w3ykxf http://i53.tinypic.com/2w3ykxf.png > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Test-plan-for-970-page-requests-every-5-min-tp2826174p2835661.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

