这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性hash为底层算法的负载均衡服务器,这可以作为一个单独的模块。
☆83Aug 28, 2025Updated 6 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
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
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- yfs是一个分布式文件系统(mit6.824)☆72Feb 22, 2019Updated 7 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 7 years ago
- 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 2 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…☆22Feb 26, 2019Updated 7 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆48Aug 31, 2018Updated 7 years ago
- A windows tool to decodes the xlog written by tencent.解压解密微信mars下xlog数据的工具☆11Apr 17, 2020Updated 5 years ago
- c++ mysql orm☆18Nov 10, 2022Updated 3 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Jul 31, 2019Updated 6 years ago
- Freertos_in_linux: Freertos demo run in the linux to study☆13Apr 3, 2020Updated 5 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- 基于分布式的集群聊天系统☆48May 5, 2021Updated 4 years ago
- ☆10Feb 24, 2025Updated last year
- C++游戏服务器开发相关内容☆21Jul 11, 2021Updated 4 years ago
- c++负载均衡服务器☆29Aug 2, 2018Updated 7 years ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- c++ common library implement☆12Jul 29, 2019Updated 6 years ago
- 使用C++11完成的Web服务器☆36Nov 28, 2019Updated 6 years ago
- 基于EventLoop和多线程的morden cpp 的linux网络库☆11Apr 5, 2020Updated 5 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆49Feb 25, 2026Updated 3 weeks ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,640Dec 8, 2023Updated 2 years ago
- GreenLeaf(绿叶)分布式通用型服务器端开发框架☆19Apr 23, 2020Updated 5 years ago
- CMP Compressor (Sega Saturn Compatible RLE Compression)☆11Oct 19, 2019Updated 6 years ago
- cms is an industrial-strength live streaming server,support rtmp,http-flv,hls.in the future,it will support more protocol.☆12Feb 23, 2023Updated 3 years ago
- 基于Linux EPOLL多路复用的C++轻量级WebServer☆11Jul 11, 2020Updated 5 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆57Apr 29, 2023Updated 2 years ago
- 大并发服务器课程源代码☆303Jun 26, 2020Updated 5 years ago
- 负载均衡远程服务调度系统☆195Aug 3, 2023Updated 2 years ago
- 这是一个而使用了osg基于3D包围盒技术AABB与OBB的先计算出box的顶点坐标,然后对模型的六个面进行离线渲染纹理的烘焙到2D纹理贴图中(FBO),在生成的box的六个面分别贴上这六张纹理贴图,来实现LOD(实现的是第0级的lod)!当然这里还包含了多模型加载的实现以及…☆11Dec 24, 2020Updated 5 years ago
- A course project on optimization of the DCT algorithm in C and ARM Assembly.☆13Aug 19, 2020Updated 5 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 11 years ago
- A miniDFS support basic distributed file system like HDFS☆14Apr 7, 2016Updated 9 years ago