Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
framework of socket connection
no vote
The framework is base on linux syscall epoll and leader follower thread module. It is convenience and quickly to implement business code and don't need to concern about socket connection. The default communication protocol is http, but you can reimplement protocol by yourself.
xiaozhou.teng
2016-08-23
0
1
queue base on memcached
no vote
it is a queue template implemented base on memcached api. you can push data in queue that the data is put in memcached, and another process can get the data from the tail of queue. it is useful for processes comunicate in two or more servers by memcached.
xiaozhou.teng
2016-08-23
0
1
No more~