Sync File System
Create a file system that can make the files visible to every client or dstore. In other words, synchronise the files. Possible solution:
-
create another class called FSystem that has all of its methods synchronised
Create a file system that can make the files visible to every client or dstore. In other words, synchronise the files. Possible solution: