OIL+VCache: File abstraction for distributed systems

1 ยท Facebook ยท July 9, 2019, 4:17 p.m.
For years, developers have open()ed a file, write()n to it, then read() from it on a local filesystem. In distributed systems, however, these actions involve multiple processes across different hosts at different places in the network. Each of these hosts โ€” or the network itself โ€” could fail independently and unexpectedly. How should a storage [...] Read More... The post OIL+VCache: File abstraction for distributed systems appeared first on Facebook Code....