多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发。然后每个字进程都通过边缘触发的方式来结收客户端的数据消息,并且通过公用的mysql连接池将文件信息进行存储,然后再通过fastDFS文件系统的traker服务器找到适合存储的存储节点,实现文件的分布式存储。
☆10May 26, 2021Updated 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:
- FastDFS+nginx+FastCGi+mysql,其主要利用ngnix反向代理服务器,接收并处理用户的请求,使用FastCGI+spawn-fcgi配合nginx工作,MySQL存储文件的信息,fastDFS作为分布式文件存储服务器。☆14Sep 9, 2020Updated 5 years ago
- DBScan algorithm implemented using Octrees to cluster 3D points in a space.☆19Apr 12, 2017Updated 8 years ago
- cdn 解决最优网络流传输分配的服务器选点问题☆11Nov 11, 2018Updated 7 years ago
- C++ implementation of an object pool pattern☆12May 20, 2024Updated last year
- 基于Protobuf、Zookeeper和muduo网络库实现的rpc网络通信框架☆12Aug 23, 2024Updated last year
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- 一个基于国密算法的安全文件传输系统,算法库基于GmSSL。☆13Apr 13, 2019Updated 6 years ago
- c++高性能内存池☆11May 10, 2021Updated 4 years ago
- Helper functions for C++ development☆11Feb 23, 2017Updated 9 years ago
- This is a short project using www.postgis.net , and www.github.com/pramsey/pointcloud to store efficentlly large point clouds in a www.…☆14Apr 14, 2015Updated 10 years ago
- 自动化检查内存泄漏工具☆12Mar 1, 2017Updated 9 years ago
- This repository features Amazon SageMaker Ground Truth and explains how to ingest raw 3D point cloud data, label it, train a 3D object de…☆13Jun 23, 2022Updated 3 years ago
- ☆12Mar 27, 2020Updated 5 years ago
- Json v. Protobuf benchmarks and tests☆10Dec 22, 2016Updated 9 years ago
- Python implementation of HlibertSort for sorting 3D point clouds using space-filling curves☆11Apr 17, 2019Updated 6 years ago
- Async Reactive Extensions for .NET (Async version of R3)☆23Updated this week
- 脚本语言 , 解释器 (易用c++扩展 , 易嵌入到c++中)☆13Oct 13, 2015Updated 10 years ago
- 死锁检测模块,可为您的项目在debug中检测死锁并处理,在不要求极致性能的情况下甚至可以嵌入到release版本中。代码尽量精简易读☆10Jul 1, 2020Updated 5 years ago
- React聊天室。一款基于React、C++,使用TCP/HTTP协议的多人聊天室Web应用,使用腾讯云开发托管页面。☆10Sep 1, 2021Updated 4 years ago
- 动手写全文搜索引擎☆10Aug 12, 2020Updated 5 years ago
- 基于分布式的集群聊天系统☆48May 5, 2021Updated 4 years ago
- 浙江大学高级数据结构课程project,一个简单的搜索引擎☆13Aug 13, 2020Updated 5 years ago
- A multithreaded order matching engine in C++11 using FIX for order entry for Linux/Windows☆11Nov 1, 2018Updated 7 years ago
- a plugin for QtCreator IDE to easily create new Tufão projects☆13Oct 7, 2015Updated 10 years ago
- ☆11Sep 23, 2023Updated 2 years ago
- Web app for Singapore military personnel to auto-generate Navigational Data Sheets, detailing checkpoints and their coordinates.☆11Jun 1, 2024Updated last year
- Source code for Mini Search Engine final project of CS163 course at HCMUS.☆11Feb 4, 2020Updated 6 years ago
- ROS node for RandLA-Net.☆14Aug 24, 2020Updated 5 years ago
- Course Scheduling with Genetic Algorithm☆10May 23, 2020Updated 5 years ago
- 好客租房☆11Jan 6, 2023Updated 3 years ago
- A simple enum management library build with TypeScript.☆12Sep 8, 2025Updated 5 months ago
- 基于qt的文件共享系统,类似百度网盘☆14Apr 10, 2019Updated 6 years ago
- Simple Memory Pool implementation using C++11.☆12Apr 8, 2015Updated 10 years ago
- A Cross-Platform Modern C++ Project Framework Set Up Using CMake, Jenkins & Vcpkg☆12Feb 8, 2022Updated 4 years ago
- ☆13Jun 3, 2022Updated 3 years ago
- 智能排课算法☆12Oct 12, 2018Updated 7 years ago
- Python interface to TopoToolbox☆17Updated this week
- testing modified versions of pcl tutorials☆12May 14, 2015Updated 10 years ago
- Parallelize the serial implementation of 3D scene reconstruction with input from kinect sensor and run it on NvidiaGPU using CUDA.☆12Nov 2, 2016Updated 9 years ago