Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memcache Server

My attempt at implementing the memcache protocol in C. I wanted to learn about threads, network sockets and reader/writer locks.

Usage

To build the project run (from the top level directory where the Makefile is)

make memcache

Now the memcache server can be started by running:

./memcache [-p <port>]

Still to come

  • Timeouts and Check And Set (CAS) commands are still not fully implemented
  • Good statistics calculations

About

multi-threaded memcache server in C for hackerschool

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages