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
- FastDFS+nginx+FastCGi+mysql,其主要利用ngnix反向代理服务器,接收并处理用户的请求,使用FastCGI+spawn-fcgi配合nginx工作,MySQL存储文件的信息,fastDFS作为分布式文件存储服务器。☆14Updated 4 years ago
- 基于分布式的集群聊天系统☆44Updated 3 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆68Updated 5 years ago
- RPC远程调用框架☆26Updated 3 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆58Updated 7 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆70Updated 5 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆69Updated 5 years ago
- 网络云盘(简单的毕设项目)☆52Updated 4 years ago
- 用c++11重构了muduo库的核心MultiReactor架构☆39Updated last year
- 基于muduo网络库的集群聊天服务器☆93Updated 4 years ago
- 基于C++使用 epoll + threadpool 实现的 webServer,支持GET、POST☆44Updated 6 years ago
- 这是一个项目,C/S架构,服务端为C++,客户端为Qt,XML为小型数据库,主要是为了进行一些XML的操作。☆20Updated 7 years ago
- C++ Library for POSIX System.☆24Updated last week
- 基于c++实现ftp客户端,服务端程序☆22Updated 6 years ago
- 安全传输平台☆9Updated 3 years ago
- 基于C++11的muduo网络库☆104Updated 4 years ago
- 📚一个三级缓存的高并发内存池☆56Updated 6 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆21Updated 6 years ago
- 集群分布式网络通信框架,基于protobuf、muduo库开发☆39Updated 4 years ago
- C++简单小工具轮子☆102Updated 2 years ago
- 一套客户端跨平台的网络同步盘系统,采用C++编写,客户端使用了Qt。☆49Updated 8 years ago
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆61Updated 2 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆70Updated 6 years ago
- c++负载均衡服务 器☆30Updated 6 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Updated 6 years ago
- 基于C++的集群聊天服务器☆55Updated 2 years ago
- C++ implement of rpc framework☆22Updated 2 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆42Updated 2 years ago
- C++实现的简单http服务器(进程池+epoll)☆94Updated 6 years ago
- A webserver developed using modern c++☆48Updated 5 years ago