Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design

  1. TCP server loop: currently connect() + select() (TODO: kqueue/epoll/poll)

TODO: 2. -> IO in separate thread(s). 3. -> Thread pool and sharded DB per thread count.

About

TCP server (TBD: small Redis complient DB?) in C99 without any external dependencies. Just POSIX (and BSD/Linux specific APIs)

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages