此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO 模型,基于事件驱动和回调,原生支持多核多线程,实现网络层达到高并发。使用redis做服务器与数据库之间的缓冲层,提高服务器的运行效率。
☆12May 4, 2022Updated 3 years ago
Alternatives and similar repositories for DSF-AYF
Users that are interested in DSF-AYF are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 不基于Boost的muduo库C++实现源码☆10May 28, 2021Updated 4 years ago
- 采用5种设计模式的五子棋,支持人机、人人对战两种模式☆11Mar 10, 2023Updated 3 years ago
- 基于C++实现的RPC分布式网络通信框架☆26Mar 30, 2022Updated 3 years ago
- [C++/QT] X-Ray simulation and reconstruction toolkit☆11Apr 12, 2015Updated 10 years ago
- 基于muduo网络库Reactor模型的集群聊天源码☆26Feb 21, 2022Updated 4 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 网上商城项目,包括完整的网上销售功能:普通用户的浏览和购买、产品销售商的产品维护,网站管理员后台管理功能。系统用户分为普通用户,产品销售商和系统管理员三种。☆12Dec 16, 2022Updated 3 years ago
- 电信采集项目 功能模块: 1、采集模块:对用户的使用信息进行定期数据采集。分为子服务器、中央服务器。子服务器解析计费信息并发送至中央服务器,中央服务器接受数据并插入数据库中由整合模块对数据进行整合处理。 2、整合模块:将采集模块发送的数据信息整合生成所有用户计费数据日表t…☆12Oct 29, 2017Updated 8 years ago
- ☆11Jun 13, 2021Updated 4 years ago
- 结合protobuf,libev以及memcached线程池模型实现 RPC功能 (分布式负载均衡等)☆41Nov 18, 2017Updated 8 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆47Aug 30, 2022Updated 3 years ago
- 本仓库包含机器学习、深度学习、python等电子书,喜欢自取,欢迎补充☆16Oct 20, 2019Updated 6 years ago
- 一个小型操作系统的学习与实现☆10Feb 18, 2021Updated 5 years ago
- 实现Web网络框架(包含线程模块、协程模块、日志模块、SocketIO模块、Http模块)☆10Oct 25, 2023Updated 2 years ago
- 基于BIMFACE JS-SDK灵活使用构建协同批注应用场景☆12Sep 1, 2022Updated 3 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发…☆10May 26, 2021Updated 4 years ago
- 基于SpringBoot实现的OnePiece技术社区项目后端模块。该社区平台包含了:博客社区、OJ算法刷题、知识树构建、电子书在线阅读、简历在线制作、流程图/脑图制作工具、全局搜索、Web实时通讯、消息订阅、权限控制、微信/QQ/短信认证授权等多种功能,且具备一套完整的后…☆12Jun 12, 2022Updated 3 years ago
- ☆23Jun 3, 2020Updated 5 years ago
- 基于分布式的集群聊天系统☆48May 5, 2021Updated 4 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
- 一门公开课《MIT6.824》的大作业☆12Jun 21, 2021Updated 4 years ago
- 一个简单易用的高性能C++网络库☆12Nov 12, 2019Updated 6 years ago
- SSAlign☆45Jan 16, 2026Updated 2 months ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- HMX-Server分步式服务器框架,主要分为网关、登录、世界、场景、数据服务器,适用于大中小型项目☆29Sep 26, 2018Updated 7 years ago
- 一个基于muduo库的rpc分布式微服务框架☆17Jul 13, 2022Updated 3 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 4 years ago
- 实现一个高并发秒杀系统,关键技术:SSM + Redis + MySQL☆16Dec 16, 2022Updated 3 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆83Aug 28, 2025Updated 7 months ago
- Pandora can call the ChatGPT web version in the form of api. This project integrates pandora into the custom language model of langchain …☆15Dec 11, 2023Updated 2 years ago
- 基于 C++ 实现的 Etcd kv 存储系统☆14May 21, 2023Updated 2 years ago
- 基于SpringBoot的商城购物网站设计毕业源码案例设计☆21May 19, 2023Updated 2 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 🚀🚀🚀基于自定义网络协议实现分布式kv存储☆19Feb 23, 2022Updated 4 years ago
- 学习muduo库☆14Oct 4, 2022Updated 3 years ago
- 基于 libco 的 tcp 网络通信框架。☆24Apr 20, 2022Updated 3 years ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆292Jun 14, 2020Updated 5 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆15Sep 12, 2022Updated 3 years ago
- 连接池模板,可以应用于redis和mysql,实现了简易的redis分布式锁,对hiredis进行了二次封装☆14Oct 11, 2023Updated 2 years ago
- 本项目为C++11编写的基于epoll的多线程网络服务 器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;☆15Jul 14, 2021Updated 4 years ago