https://issues.apache.org/bugzilla/show_bug.cgi?id=53748
--- Comment #13 from Sebb <[email protected]> --- (In reply to ejaenv from comment #12) > but knowing the number of IPs is not necessary as threads can be created in > demand whenever the sampler reads a new IP. Thread creation is relatively expensive, so not ideal to create one as part of the main test. > what It's needed is the number of requests per IP so a thread can finalize > once it has sent all its requests. A thread can stop itself when it has nothing more to do. > The preprocessing could be done by the sampler itself before it starts > creating threads. Samplers don't normally create threads in JMeter (except for download resources). -- You are receiving this mail because: You are the assignee for the bug.
