lxyfirst / queue_server
分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群
☆47Updated 6 years ago
Alternatives and similar repositories for queue_server:
Users that are interested in queue_server are comparing it to the libraries listed below
- GreenLeaf(绿叶)分布式通用型服务器端开发框架☆19Updated 5 years ago
- 高性能 c++ 服务器框架, 协程rpc框架 10秒即可上手。技术交流群:339711102,主要探讨游戏开发,游戏框架,后台开发,web框架及fastrpc使用优化问题。 http://www.oschina.net/p/python-fastrpc☆78Updated 8 years ago
- Easy to use RPC framework☆42Updated 7 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆46Updated 2 months ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Updated 6 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆59Updated 7 years ago
- 定时器方案,采用epoll的异步驱动和采用时间轮推动2中方案。测试在20万个定时器同时存在(以50us的速率仍然持续创建)的情况下内存为20M,cpu占用2%左右☆16Updated 9 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- Distributed service governance framework based on c/c++, including service registration, service discovery, unified configuration, messag…