-
Notifications
You must be signed in to change notification settings - Fork 0
coderaavan/Multi-threaded-Key-Value-Server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Team Members: 1. Prashant Ravi 2. Aditya Pradhan 3. Rajneesh Katkam Instruction to compile: Run "make" command in source folder. Instructions to run server: -> Type "./KVServer" in source folder. Instructions to run client: -> To run client in interactive mode, type "./KVClient" and do not pass any other arguments (filenames) -> Type "./KVClient <filename>" where <filename> should be substituted with test file's name. NOTE: One test file we have provided named "testcase_only_strings.txt" in the 'Testcases' folder Instructions to clean the server and client executables and files/folders: -> Run "make clean" in the source folder
About
A high performance, multi-threaded Key-Value server with an LRU/LFU cache along with a persistent storage.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published