https://issues.apache.org/bugzilla/show_bug.cgi?id=47886
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Sebb <[email protected]> 2009-09-22 07:21:47 PDT --- Thanks for the patch, though it seems to be made against JMeter 2.3.2 rather than the current SVN. Also it disables graceful shutdown. I can see that it would help for a test that has a large total number of threads where only a few are active at any one time, i.e. where there is a long ramp-up delay compared with the time it takes to run the tests in a thread. [But there are better ways to structure a test like that]. However, how does it help with a test where most/all of the threads are active concurrently? Does thread execution automatically switch between pool entries during a wait? If so, there are quite a lot of samplers etc. that have been written assuming that a single instance will only be run by a single thread. I'm not sure how these will behave if they can be called from various different threads. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
