The Reader-Writer Lock Table is a basic implementation of lock management in a database management system. It utilizes Hash Tables and Priority Queues to enable multiple users to read a file simultaneously, but provides exclusive access to a file for writing purposes. This implementation mirrors the functionality of reader and writer locks as discussed in operating systems, ensuring the efficient and effective management of file access for users. Whether you are a database administrator or an operating systems specialist, this project offers a straightforward and practical solution for lock management in a DBMS environment.
-
Notifications
You must be signed in to change notification settings - Fork 0
iAmmarTahir/File-Access-System
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Its a basic implementation of lock table maintained by Database Management Systems (DBMS) in the backend using Hash Tables and Priority Queues.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published