[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libssh sftp download performance
[Thread Prev] | [Thread Next]
- Subject: Re: libssh sftp download performance
- From: Andreas Schneider <asn@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 6 Dec 2010 09:12:37 +0100
- To: libssh@xxxxxxxxxx
On Friday, December 03, 2010 19:52:19 you wrote: > Greetings. Hi Mark, > http://60bits.net/sni/libssh2-perf.htm what the chart doesn't show is if you've used the client in async mode or blocking. The openssh sftp client is doing async transfer. I think libssh2 is using async transfer by default too. Could you please tell us how you've tested the clients and in which mode (async/blocking). As already mentioned, in libssh sftp_read is blocking cause it is a posix like interface. sftp_async_read is the non-blocking function. Thanks, -- andreas
libssh sftp download performance | "Mark Riordan" <mriordan@xxxxxxxxxxxx> |