这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性hash为底层算法的负载均衡服务器,这可以作为一个单独的模块。
☆84Aug 28, 2025Updated 9 months ago
Alternatives and similar repositories for distributed-system-framework
Users that are interested in distributed-system-framework are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 结合protobuf,libev以及memcached线程池模型实现 RPC 功能 (分布式负载均衡等)☆41Nov 18, 2017Updated 8 years ago
- This is mini rpc depend on google protobuf.☆12Jul 24, 2019Updated 6 years ago
- yfs是一个分布式文件系统(mit6.824)☆72Feb 22, 2019Updated 7 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 3 years ago
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- HMX-Server分步式服务器框架,主要分为网关、登录、世界、场景、数据服务器,适用于大中小型项目☆29Sep 26, 2018Updated 7 years ago
- MFrameWork集成高效的数据存储和访问,网络机制,分布式服务器框架,三维引擎框架,以及客户端对接框架等。实现方便快捷的转变为游戏服务器,数据服务器,以及三维应用客户端.MFrameWork integrates efficient data storage and a…☆10Dec 7, 2017Updated 8 years ago
- An elegant operating system based on c++17 implementation☆21Apr 11, 2023Updated 3 years ago
- C++高性能分布式服务器框架☆13Mar 2, 2020Updated 6 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- Distributed service governance framework based on c/c++, including service registration, service discovery, unified configuration, messag…