On Fri, 13 Mar 2009, Daniel Stenberg wrote:

> libssh2_sftp_read() got called 2001 times. Why? 10MB in 16KB chunks should 
> end up in way way less calls.

Hm, it looks like I did something wrong when I saw those 2001 calls as I now 
only see 56 calls. Still no faster transfers though...

Those 56 calls to libssh2_ftp_read() turns into 588 calls to 
sftp_packet_read(), 677 calls to libssh2_channel_read_ex() and 1641 calls 
to libssh2_packet_read()...

-- 

  / daniel.haxx.se

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to