I am interested in learning more about thread safety of rclone vfs caching.
For regular file system, it is possible for two threads to open a file in read only mode and read some data, and the OS page cache will safely manage the caching of data in memory without corruption.
Is it currently safe to do this with rclone when disk is mounted with vfs cache ?
I want to use rclone caching to pre-fetch data in another thread while the main thread is reading and processing the file.
Any guidance or information on this would be greatly appreciated.
Bumping this again - where can I go to learn more about the status of rclone with vfs caching? How thread safe is it? Any clues would be much appreciated, thanks!