Changes between Version 50 and Version 51 of SftpFrontend


Ignore:
Timestamp:
2010-08-29T03:30:18Z (14 years ago)
Author:
davidsarah
Comment:

suggest -o big_writes

Legend:

Unmodified
Added
Removed
Modified
  • SftpFrontend

    v50 v51  
    3939The SFTP frontend currently performs no caching (sshfs does cache, but only for 20 seconds with the default settings). Some applications assume that file operations have relatively low latency, and may have very poor performance when working directly with a Tahoe filesystem. In this case it may be better to copy files to a local filesystem and work on them there, then copy back any changes. Note that just browsing a directory may cause some apps to perform many unnecessary reads or attribute checks of files in that directory.
    4040
     41The {{{-o big_writes}}} option to {{{sshfs}}} may improve write performance.
    4142
    4243= Specific clients =