On 21/02/06, Koay, Lay Keng <[EMAIL PROTECTED]> wrote: > Hi All, > > I need to check it out for maximum threads could be set in > jmeter where number of threads = 1000 , and loop count = 100, does > jmeter can handle this kind of setting? For this case, I need to send
1000 threads is rather a lot. You'll need a big box for that. Also, by the time the last threads have started, the first ones will likely be finished if there are only 100 loops. This would likely apply to other test engines as well. Do you really need to have 1000 concurrent threads? > 100, 000 xml messages by using CSV_READ function, thanks for your reply. This is far too many for the CSVRead function, which stores everything in memory. Use CSV Data Set or StringFromFile function instead. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

