EECS 482: P4 - Advanced Network File System
Languages & Tools Used: C++, Boost Threads, Sockets
- Implemented a multithreaded network file system, enabling efficient handling of simultaneous file operations through a manager-worker threading model.
- Enabled thread-safe file and directory operations employing mutexes and upgradeable locks to ensure data integrity while optimizing concurrent access.
- Designed and tested the system for compatibility with both initialized and new file systems, ensuring robust performance and versatility in different operational states.
- Rigorously tested for stability and concurrency control, resulting in the system's ability to maintain consistent performance and reliability, even with high volumes of client requests.