Hello, I think it would be a good idea to fix a roadmap for next releases of JMeter so that we can concentrate our work on prioritary features.
My prioritary ideas are the following: - Rework architecture to be able to use a pool of threads instead of thread or use Reactor Pattern ( http://reactor.github.io/docs/api/reactor/timer/SimpleHashWheelTimer.html ) - Introduce Http Client async feature or at least use one HttpClient for all threads - Support Websocket and SPDY2 (bugzilla for those, but they depend on first 2) - Create an Async listener + a pluggable one (to allow Graphite /JDBC plugins) , see https://issues.apache.org/bugzilla/show_bug.cgi?id=55932 . I made progress but didn't commit work yet - Fix known bugs in REDO/UNDO new feature - https://issues.apache.org/bugzilla/show_bug.cgi?id=57043 - https://issues.apache.org/bugzilla/show_bug.cgi?id=57039 - https://issues.apache.org/bugzilla/show_bug.cgi?id=57040 - Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53540 - Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53833 - Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53628 - Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55597 I suggest everyone enhances this roadmap and we vote to decide on the priorities. Thoughts ? -- Regards Philippe M. @philmdot
