Distributed File System
A distributed file system implemented in C with support for concurrent clients, fault tolerance, and consistent hashing across storage nodes.
- C
- POSIX
- Sockets
- systems
- distributed-systems
A mix of systems software, data work, and education projects.
A distributed file system implemented in C with support for concurrent clients, fault tolerance, and consistent hashing across storage nodes.
A high-performance multi-threaded file server in C using a thread-pool architecture, supporting concurrent GET and PUT requests over a custom binary protocol.