>I think it’s worth a POC

I've pushed the changes to https://github.com/apache/jmeter/pull/540
Of course it is still draft, however, comments are welcome.

New feature: a test plan with 10000 threads where each sleeps on a delay no
longer requires 10'000 java.lang.Thread instances.

The idea there is I (automatically) convert JMeterThread class from Java to
Kotlin which enables us to use "suspend functions" for async.

Vladimir

Reply via email to