多进程+数据库连接池+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. We may earn a commission when you buy through links labeled 'Ad' on this page.
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
- 基于Protobuf、Zookeeper和muduo网络库实现的rpc网络通信框架☆13Aug 23, 2024Updated last year
- Async Reactive Extensions for .NET (Async version of R3)☆24Mar 1, 2026Updated 3 weeks ago
- Helper functions for C++ development☆11Feb 23, 2017Updated 9 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 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
- ☆13Jun 3, 2022Updated 3 years ago
- testing modified versions of pcl tutorials☆12May 14, 2015Updated 10 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- 基于qt的文件共享系统,类似百度网盘☆14Apr 10, 2019Updated 6 years ago
- 智能排课算法☆12Oct 12, 2018Updated 7 years ago
- A multithreaded order matching engine in C++11 using FIX for order entry for Linux/Windows☆11Nov 1, 2018Updated 7 years ago
- 基于多进程的期货程序化交易系统☆15Feb 26, 2021Updated 5 years ago
- ☆15Jan 2, 2023Updated 3 years ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- Code for the paper: Towards Better Understanding Attribution Methods. CVPR 2022.☆17Jun 13, 2022Updated 3 years ago
- Course Scheduling with Genetic Algorithm☆10May 23, 2020Updated 5 years ago
- Pytorch implementation of F-CAM. Paper: "F-CAM: Full Resolution Class Activation Maps via Guided Parametric Upscaling".☆15Jan 21, 2023Updated 3 years ago
- Implementation for "Saliency-guided Adaptive Seeding for Supervoxel Segmentation" @IROS2017☆18Dec 6, 2017Updated 8 years ago
- Django二手校园交易信息网站☆12Nov 5, 2020Updated 5 years ago
- An object-oriented wrapper to the UEFI specification.☆19Nov 22, 2017Updated 8 years ago
- DDR5 SPD Editor in QT☆26Jan 14, 2026Updated 2 months ago
- C++ Implementation of the OPTICS algorithm compatible with the Point Cloud Library.☆18Nov 16, 2022Updated 3 years ago
- Reactive Extensions (Rx) book 'Rx.NET in Action' by Tamir Dresher, published by Manning in 2017. The translation works will be finished i…☆16Jun 16, 2021Updated 4 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Official PyTorch code for the CVPR 2022 paper - Consistent Explanations by Contrastive Learning☆18Sep 11, 2022Updated 3 years ago
- This app can be implemented in restaurant for easier management and keeping track of all the orders.☆13Dec 17, 2016Updated 9 years ago
- [CVPR 2022] HINT: Hierarchical Neuron Concept Explainer☆20Apr 19, 2023Updated 2 years ago
- ☆16Sep 11, 2021Updated 4 years ago
- This is where gem5 based DRAM cache models live.☆20Mar 23, 2023Updated 3 years ago
- go语言照片网站,根据徐式伟《go语言编程》的例子编写☆18May 20, 2018Updated 7 years ago
- Integrated Grad-CAM (submitted to ICASSP2021 conference)☆19Feb 8, 2021Updated 5 years ago
- Unity 自定义艺术字 CustomFont☆21Dec 12, 2025Updated 3 months ago
- Blocker Plugin with WebUI for nonebot2☆17Apr 7, 2024Updated last year
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- paddlepaddle框架 论文复现(CNN特征可视化)+VGG16猫脸分类(动态图)☆17Jul 29, 2020Updated 5 years ago
- Parallel Image Segmentation for Point Clouds☆22May 12, 2017Updated 8 years ago
- C++ implementation of Oriented Point Sampling for Plane Detection in Unorganized Point Clouds paper☆26Nov 23, 2020Updated 5 years ago
- 一个简单的QT文件传输系统☆17Jun 1, 2020Updated 5 years ago
- C语言写的Http Server,J. David Blackstone在1999年写的一个不到 500 行的超轻量型HTTP服务器Http Server。☆21May 9, 2019Updated 6 years ago
- cdn 解决最优网络流传输分配的服务器选点问题☆11Nov 11, 2018Updated 7 years ago
- 本项目是基于MyTinySTL的STL源码实现,对MyTinySTL进行了充分的注释以便新手阅读,此外还增加了一些库函数的实现以及bug的修改☆17Apr 28, 2023Updated 2 years ago