结合protobuf,libev以及memcached线程池模型实现 RPC功能 (分布式负载均衡等)
☆41Nov 18, 2017Updated 8 years ago
Alternatives and similar repositories for libevrpc
Users that are interested in libevrpc are comparing it to the libraries listed below
Sorting:
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆48Aug 31, 2018Updated 7 years ago
- buffered socket library for libev☆21Mar 25, 2022Updated 3 years ago
- 共享内存字典,使用共享内存存储数据,进程没了数据还在☆18Jan 31, 2023Updated 3 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆82Aug 28, 2025Updated 6 months ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- mini分布式key-value存储引擎,主要涵盖: RPC,一致性Hash,master-slave-client架构,心跳机制等基本已经实现,主备结构, 数据迁移,数据副本等一些分布式主要功能将在以后添加☆18Nov 15, 2015Updated 10 years ago
- 使用信号量加锁的循环共享内存队列☆11Sep 9, 2019Updated 6 years ago
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port.☆10Nov 20, 2020Updated 5 years ago
- zookeeper c++ client ,包含服务发现,服务注册,分布式锁等☆21Sep 29, 2016Updated 9 years ago
- Message broker with log-structured storage and HTTP API☆37Sep 8, 2023Updated 2 years ago
- 一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协…☆16Apr 17, 2021Updated 4 years ago
- tail log to kafka, support lua filter before send☆10Aug 19, 2019Updated 6 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆26Jul 4, 2018Updated 7 years ago
- 基于多进程的期货程序化交易系统☆15Feb 26, 2021Updated 5 years ago
- proto4z is an open source C++ cross-platform lightweight cross-platform protocol library.☆36May 24, 2025Updated 9 months ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- Fork form http://code.taobao.org/svn/duiengine/trunk☆14May 12, 2018Updated 7 years ago
- Automatically exported from code.google.com/p/evproto☆14Apr 22, 2016Updated 9 years ago
- A event-driven network library based on reactor pattern written in C.☆17Oct 31, 2015Updated 10 years ago
- 一个c/c++ 开发的基于本地共享内存的cache库☆15Oct 18, 2016Updated 9 years ago
- 游戏服务器-客户端模拟框架,可用于模拟客户端发包,接入Lua脚本,开发自测,压测等☆17Jul 21, 2015Updated 10 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 11 years ago
- a rpc framework based on libev and implementd by c☆20Feb 13, 2012Updated 14 years ago
- An elegant operating system based on c++17 implementation☆21Apr 11, 2023Updated 2 years ago
- 集群分布式网络通信框架,基于protobuf、muduo库开发☆60Jul 30, 2020Updated 5 years ago
- 基于TCP协议的远程过程调用框架客户端实现☆45Jul 22, 2022Updated 3 years ago
- GreenLeaf(绿叶)分布式通用型服务器端开发框架☆19Apr 23, 2020Updated 5 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- An rpc component based on C++ and python zmq, cross language communication, simple and easy to use☆20May 29, 2019Updated 6 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Sep 27, 2020Updated 5 years ago
- A Game Server develop frame for web game and mobile game☆20Aug 30, 2016Updated 9 years ago
- libevent protobuf rpc☆17Mar 30, 2020Updated 5 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Dec 11, 2020Updated 5 years ago
- 基于 libco 的 tcp 网络通信框架。☆24Apr 20, 2022Updated 3 years ago
- 轻量级分布式消息队列☆24Jan 29, 2015Updated 11 years ago
- A C++11/14 implementation of fixed size, exception safe, STL style circular buffers for both single threaded and multithreaded contexts☆20Nov 2, 2015Updated 10 years ago
- An Object-oriented Lightweight High Performance C++ Network Library For Linux System☆53Jan 10, 2021Updated 5 years ago
- Shared-memory based ring buffer☆66May 16, 2017Updated 8 years ago
- 基于muduo网络库Reactor模型的集群聊天源码☆26Feb 21, 2022Updated 4 years ago