lexingsen / distributed-system-frameworkLinks
这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性hash为底层算法的负载均衡服务器,这可以作为一个单独的模块。
☆83Updated 3 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:
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Updated 6 years ago
- 学习muduo网络库的一些笔记☆119Updated 5 years ago
- 大并发服务器课程源代码☆305Updated 5 years ago
- In this repository, I can teach you how to write an excellent rpc lib using C++.☆73Updated 6 years ago
- A WebServer write by C++☆129Updated 6 years ago
- A webserver developed using modern c++☆47Updated 6 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆75Updated 6 years ago
- Tiny and simple c++ rpc library☆87Updated 7 years ago
- 基于muduo网络库的集群聊天服务器☆100Updated 4 years ago
- C++高性能网络服务器☆77Updated 5 years ago
- 基于C++11的muduo网络库☆117Updated 4 years ago
- 基于C++使用 epoll + threadpool 实现的 webServer,支持GET、POST☆47Updated 7 years ago
- c++负载均衡服务器☆30Updated 7 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆117Updated 7 years ago
- 基于C++线程池的轻量级Web并发服务器☆159Updated 4 years ago
- 【muduo 源码解析】