82457097 / CloudDisk-CS
多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发。然后每个字进程都通过边缘触发的方式来结收客户端的数据消息,并且通过公用的mysql连接池将文件信息进行存储,然后再通过fastDFS文件系统的traker服务器找到适合存储的存储节点,实现文件的分布式存储。
☆9Updated 3 years ago
Alternatives and similar repositories for CloudDisk-CS:
Users that are interested in CloudDisk-CS are comparing it to the libraries listed below
- RPC远程调用框架☆25Updated 3 years ago
- 基于分布式的集群聊天系统☆42Updated 3 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆38Updated 2 years ago
- FastDFS+nginx+FastCGi+mysql,其主要利用ngnix反向代理服务器,接收并处理用户的请求,使用FastCGI+spawn-fcgi配合nginx工作,MySQL存储文件的信息,fastDFS作为分布式文件存储服务器。☆14Updated 4 years ago
- 用c++11重构了muduo库的核心MultiReactor架构☆37Updated last year
- 网络云盘(简单的毕设项目)☆50Updated 4 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆55Updated 7 years ago
- 一个基于协程的异步网络库☆106Updated 3 years ago
- 基于muduo网络库的集群 聊天服务器☆91Updated 3 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆67Updated 5 years ago
- 基于c++实现ftp客户端,服务端程序☆22Updated 6 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆68Updated 5 years ago
- C++ implement of rpc framework☆21Updated 2 years ago
- 📚一个三级缓存的高并发内存池☆51Updated 5 years ago
- 分布式云存储(网络云盘)☆18Updated 3 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 2 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆69Updated 5 years ago
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆58Updated 2 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆68Updated 5 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆80Updated 2 years ago
- 基于C++的集群聊天服务器☆52Updated 2 years ago
- A logger for c++11 or above that aims to ensure the simplicity of the API while ensuring efficiency.☆33Updated last month
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆57Updated 2 years ago
- 基于C++使用 epoll + threadpool 实现的 webServer,支持GET、POST☆40Updated 6 years ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆47Updated 4 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆14Updated 2 years ago
- A webserver developed using modern c++☆47Updated 5 years ago
- 【muduo 源码解析】☆47Updated 2 years ago
- C++11 RPC framework Unfinished☆32Updated last year
- 基于C++11的muduo网络库☆102Updated 3 years ago