truongduy134 / HTTP_ServerLinks
Implement a multi-threaded HTTP web server based on boss-worker thread pattern in C, using pthread library.
☆12Updated 13 years ago
Alternatives and similar repositories for HTTP_Server
Users that are interested in HTTP_Server are comparing it to the libraries listed below
Sorting:
- libevent based multi-threaded web server☆19Updated 9 years ago
- A simple high performance http server based on epoll☆96Updated 12 years ago
- Multithreaded server design using threadpool on linux☆19Updated 10 years ago
- clone from alibaba tb-common-util http://code.taobao.org/svn/tb-common-utils/☆16Updated 10 years ago
- A high concurrent network components implemented by coroutine, performance better than nginx☆26Updated 3 years ago
- HTTP服务器,C语言描述☆71Updated 9 years ago
- ☆155Updated 12 years ago
- a light-weight event loop based on epoll☆22Updated 9 years ago
- A distributed key-value store☆31Updated 8 years ago
- redis's async event loop library☆189Updated 6 years ago
- A custom, multi-threaded HTTP web server☆35Updated 12 years ago
- libtask annotation☆25Updated 9 years ago
- a distributed storage engine☆90Updated 9 years ago
- ZooKeeper练习代码☆20Updated 11 years ago
- My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings☆58Updated 9 years ago
- skip list with rank, code less than z_set in redis☆175Updated 2 years ago
- 2017春季MIT分布式系统课程实验☆18Updated 5 years ago
- a tiny nosql database supporting pluggable storage engine.☆40Updated 8 years ago
- B+tree database☆15Updated 11 years ago
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Updated 10 years ago
- an efficient web/http server...(multi-thread && non-blocking I/O && epoll)☆46Updated 9 years ago
- A header-only C++ wrapper of libevent2☆29Updated 10 years ago
- 轻量级分布式消息队列☆24Updated 11 years ago
- 用C++实现的一个简单NoSQL☆15Updated 9 years ago
- An attempt to split the Raft library out of LogCabin☆37Updated 8 years ago
- Package lsbasi trying to rewrite the Interpreters of the 《Let's Build A Simple Interpreter》 series by Golang.☆10Updated 7 years ago
- Log-Structured Merge-Tree (LSM-Tree)