Would you please tell me the max limit of no. of threads that i can use in JMeter 2.4 for conducting a load test?
Is there any difference in taking all threads in a single loop or by taking less no. of threads and initialize loop to achieve same no. of users/threads?
Example:
No. of threads=500
Ramp up=1000
Loop=1
whether it is same as
No. of threads=50
Ramp up=100
Loop=10
or is there any difference in terms of result?
The max number of threads is determined by a lot of factors, see this answer https://stackoverflow.com/a/11922239/460802
There is a big difference in what you are proposing.
In theory you get the same number of results (500), but you are hitting the server in a very different manner.