pCacheFS freezes during a file copy to cache... #4
Description
I'm trying to use pCacheFS with SSHFS, but I'm experiencing a lot of freezing during opening of large files.
In SSHFS, the filesystem access works normaly during a large file open... no problem!
But using pCacheFS over it, everything stops until the file is opened (finished transfer from the remote ssh server). Where "everything" means even a "ls" of a folder in the cached filesystem stays frozen until the transfer is finished.
I'm willing to fix it, so if you guys could explain a bit the code, I can give it a go!
I'm also interested in add parallel caching of different parts of a file, to increase throughput over SSHFS or any other filesystem used over WAN.
This would be particularly useful to use with google cloud computing VM's, since SSHFS seems to be limited to 1.5mb/sec on a single connection.
With multiple transfers over SSHFS, the overall speed is limited by the remote server upload bandwidth!
thanks lots!
-H