Re: [libssh2] How to increase performance of libssh2 SFTP Read/Write

2007-06-20 Thread James Housley
On Jun 20, 2007, at 2:10 AM, Mononen Jussi wrote: > What about a comparison with openssh's sftp next to our sftp_nonblocking? >>> >>> OpenSSH sftp: 0:01.06, 0:01.04, 0:01.01 >>> >>> libssh2 sftp_nonblock (libssh2 packet size:4K, sftp_nonblock >>> read 64K "static"): 0:01.60, 0:01.60, 0:

Re: [libssh2] How to increase performance of libssh2 SFTP Read/Write

2007-06-20 Thread Daniel Stenberg
On Wed, 20 Jun 2007, Mononen Jussi wrote: > But I guess the packet pipelining is out of the scope of 0.15 release. Yes, I would think that such pipelining support will take some thinking, some internal restructuring and more, so we better save that until after 0.15... -