Skip to content

An implementation of a bank with features like file locking which enables concurrent access to different users.

Notifications You must be signed in to change notification settings

TejaJanakiRam/BankingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

---------------INSTRUCTIONS TO RUN THE PROGRAM----------

  1. Run the data.c file to populate the database
  2. Next, compile server.c with the tag "lpthread" and run the executable to launch the server.
  3. Finally, compile and run one/more than one client(with the tag "lpthread") in separate terminals to launch the clients.

About

An implementation of a bank with features like file locking which enables concurrent access to different users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages