Archive Index
This month's Index
|
Subject: Re: SFTP upload speed
Re: SFTP upload speed
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 6 Dec 2010 00:19:37 +0100 (CET)
On Sun, 5 Dec 2010, Daniel Stenberg wrote:
> I've now done libssh2 SFTP uploads just as fast as openssh over my test
I re-ran my tests against localhost where I upload 1024000000 bytes to a
I showed that to make the same app reach really good speeds, I need to do a
That number is the size in bytes that libssh2 cuts off the large input buffer
Using size 30000 I reach about 28 seconds (36MB/sec) which is still almost 50%
I think perhaps that size could be made dynamic so that we use a smaller value
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2010-12-06 |