On Monday, October 21, 2019, Vladimir Sitnikov <[email protected]> wrote:
> > b) Jetty HTTP client > > I've implemented a POC: https://github.com/apache/jmeter/pull/540 > "thread group" => enable multitasking > "http sampler" => implementation=jetty-... > > The sad thing with Jetty is it can't support "per-virtual user" connection > cache. > In other words, jetty.HttpClient requires 15 or so threads minimum, so we > can't create "HttpClient per virtual user" > However, if we create "one shared jetty.HttpClient", then different > "virtual users" would share connections, so they would get unrealisticly > low connect times. > > On a plus side, Simon Bordet supports Jetty Http Client, and I'll meet > Simon at https://jokerconf.com/en in a couple of days. > > > c) Apache HttpAsyncClient > > It does not support HTTP2. AFAIK, hc5 support http/2 using async model. And http1.1 is also supported in async > No idea how Apache async HTTP fits JMeter's needs. > > Vladimir > -- Cordialement. Philippe Mouawad.
