82457097 / CloudDisk-CS
多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程 来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发。然后每个字进程都通过边缘触发的方式来结收客户端的数据消息,并且通过公用的mysql连接池将文件信息进行存储,然后再通过fastDFS文件系统的traker服务器找到适合存储的存储节点,实现文件的分布式存储。
☆9Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for CloudDisk-CS
- 基于muduo、protobuf、zookeeper的rpc实现☆38Updated 2 years ago
- RPC远程调用框架☆25Updated 3 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆69Updated 5 years ago
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆54Updated 2 years ago
- FastDFS+nginx+FastCGi+mysql,其主要利用ngnix反向代理服务器,接收并处理用户的请求,使用FastCGI+spawn-fcgi配合nginx工作,MySQL存储文件的信息,fastDFS作为分布式文件存储服务器。☆14Updated 4 years ago
- C++聊天室服务器,基 于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆67Updated 5 years ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆47Updated 3 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆66Updated 5 years ago
- 基于muduo网络库的集群聊天服务器☆90Updated 3 years ago
- 一个基于协程的异步网络库☆106Updated 3 years ago
- Tiny and simple c++ rpc library☆82Updated 6 years ago
- 基于c++实现ftp客户端,服务端程序☆22Updated 6 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆51Updated 7 years ago
- 【muduo 源码解析】☆44Updated 2 years ago
- 基于分布式的集群聊天系统☆42Updated 3 years ago
- 网络云盘(简单的毕设项目)☆49Updated 4 years ago
- ytlloctra / Message-oriented-middleware-Design-of-Lightweight-RPC-Distributed-Network-Communication-Framework轻量级RPC分布式网络通信框架设计☆9Updated last year
- 基于C++11的muduo网络库☆102Updated 3 years ago
- 用c++11重构了muduo库的核心MultiReactor架构☆38Updated 9 months ago
- 学习muduo网络库的一些笔记☆99Updated 4 years ago
- 基于C++的集群聊天服务器☆48Updated 2 years ago
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆56Updated last year
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆21Updated 5 years ago
- C++实现的简单http服务器(进程池+epoll)☆91Updated 6 years ago
- 高性能的c++日志库☆69Updated 3 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆78Updated 2 years ago
- 📚一个三级缓存的高并发内存池☆50Updated 5 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆77Updated 3 years ago
- A logger for c++11 or above that aims to ensure the simplicity of the API while ensuring efficiency.☆33Updated 11 months ago
- ☆165Updated 5 years ago