Skip to content

Client and multithreaded database server in C. Supports put, get, and delete operations.

License

Notifications You must be signed in to change notification settings

NextDev65/ConcurrentDB-Server-and-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbserver

  • Run once
dbserver <port>

dbclient

  • Can run multiple
dbserver <hostname> <port>

Build & Run

make
dbserver 3648

Another shell instance

dbclient 127.0.0.1 3648

About

Client and multithreaded database server in C. Supports put, get, and delete operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published