82457097 / CloudDisk-CSLinks
多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发。然后每个字进程都通过边缘触发的方式来结收客户端的数据消息,并且通过公用的mysql连接池将文件信息进行存储,然后再通过fastDFS文件系统的traker服务器找到适合存储的存储节点,实现文件的分布式存储。
☆9Updated 4 years ago
Alternatives and similar repositories for CloudDisk-CS
Users that are interested in CloudDisk-CS are comparing it to the libraries listed below
Sorting:
- 📚一个三级缓存的高并发内存池☆58Updated 6 years ago
- RPC远程调用框架☆26Updated 4 years ago
- A logger for c++11 or above that aims to ensure the simplicity of the API while ensuring efficiency.☆36Updated 6 months ago
- 基于muduo、protobuf、zookeeper的rpc实现☆47Updated 2 years ago
- Tiny and simple c++ rpc library☆85Updated 7 years ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆47Updated 4 years ago
- 基于c++实现ftp客户端,服务端程序☆25Updated 6 years ago
- 基于C++11的muduo网络库☆112Updated 4 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆63Updated 8 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆71Updated 5 years ago
- 一个基于协程的异步网络库☆115Updated 3 years ago
- C++简单小工具轮子☆102Updated 2 years ago
- <-- workflow 中文注释 / demos / 源码解析☆293Updated 3 years ago
- 基于分布式的集群聊天系统☆46Updated 4 years ago
- ☆169Updated 5 years ago
- 用c++11重构了muduo库的核心MultiReactor架构☆41Updated last year
- 使用 C++11 实现的动态线程池☆195Updated last year
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆64Updated 3 years ago
- The code from CSDN(大学时写的博客代码存储地)☆82Updated 2 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆73Updated 5 years ago
- 李建忠老师的C++设计模式讲义与源码,个人对设计模式的再次探究,笔记参考https://www.yuque.com/barret/snelnn☆32Updated 4 years ago
- C++11版本muduo网络库 除去了对boost库的依赖☆231Updated 2 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆14Updated 2 years ago
- c++ rpc framework, simplified version of tinyrpc。☆246Updated last year
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆83Updated 3 years ago
- In this repository, I can teach you how to write an excellent rpc lib using C++.☆74Updated 5 years ago
- Linux网络编程视频教程☆210Updated 3 years ago
- 基于muduo网络库的集群聊天服务器☆95Updated 4 years ago
- 高性能的c++日志库☆70Updated 4 years ago
- 基于C++线程池的轻量级Web并发服务器☆160Updated 4 years ago