(no title)
hughw
|
26 days ago
Mounting a file system on a network share tightly couples the client to the server. It’s synchronous and it’s easy to leave the file system in an inconsistent state. Much more robust to build an asynchronous protocol with your own logic as rdbms do. You don’t see rdbms mounting remote file systems do you?
No comments yet.