Skip to content

Its a basic implementation of lock table maintained by Database Management Systems (DBMS) in the backend using Hash Tables and Priority Queues.

Notifications You must be signed in to change notification settings

iAmmarTahir/File-Access-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Access-System

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.

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

No packages published

Languages