Skip to content

Concurrency of Database,​developed using POSIX library in ​C, to design and implement a ​concurrent access library operating on a ​warehouse database​. The​ concurrent library receives​ requests from client threads and forwards this request onto the ​products database interface that allows users to​create, update,modify,delete and​ other access…

Notifications You must be signed in to change notification settings

ShreenidhiN/-Concurrency-of-Database-in-C

Repository files navigation

-Concurrency-of-Database-in-C

Concurrency of Database, developed using POSIX library in ​C, to design and implement a concurrent access library operating on a warehouse database. The concurrent library receives requests from client threads and forwards this request onto the products database interface that allows users to create, update, modify, delete and other access operations on product details of the database. The POSIX library functions were used to achieve synchronization without losing the consistency of data and act as a wrapper of the database interface.

Assignment Question : Question

About

Concurrency of Database,​developed using POSIX library in ​C, to design and implement a ​concurrent access library operating on a ​warehouse database​. The​ concurrent library receives​ requests from client threads and forwards this request onto the ​products database interface that allows users to​create, update,modify,delete and​ other access…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages