/OS-SimpleKVStore

My os class homework, build a simple key-value store system

Primary LanguageC

HW2 Simple Key-value Store

Directories

  • /server -> server program related sources
  • /client -> client program related sources
  • /common -> common inclusions
  • /util -> common utilization
  • /build -> target build directory

Building the Project

Code out your /server/server.c and /client/client.c, then

$ make

Test your /build/server and build/client.

Implementations

Please briefly describe your multi-threading design pattern

TODO

Please briefly describe your data structure implementation

TODO

References