Subject: Re: libssh2 read performance. query..

Re: libssh2 read performance. query..

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 25 Oct 2017 18:36:05 +0200 (CEST)

On Wed, 25 Oct 2017, Kannamraju P wrote:

> I see some documentation online that some other client libraries like
> openssh query these reads parallely and assemble them . this gives better
> throughput I believe. Do we have something similar in libssh2.

That's exactly what this system does. It sends out multiple read packets at
the same time and assembles them when the responses come back. That's what
OpenSSH does as well.

-- 
  / daniel.haxx.se
_______________________________________________
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2017-10-25