基于线程池、消息队列和epoll模型实现并发服务器架构
☆44May 26, 2019Updated 6 years ago
Alternatives and similar repositories for cs_threadpool_epoll_mq
Users that are interested in cs_threadpool_epoll_mq are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于C语言编写的高并发Epoll服务器☆19Jan 19, 2020Updated 6 years ago
- 基于共享内存的进程间通信组件☆15Apr 28, 2019Updated 7 years ago
- A high efficient Tcp server based on Epoll, Using reactor and producer consumer threadpool pattern. And use memory pool to improve the ef…☆18Mar 1, 2017Updated 9 years ago
- ☆10Apr 9, 2019Updated 7 years ago
- HMX-Server分步式服务器框架,主要分为网关、登录、世界、场景、数据服务器,适用于大中小型项目☆29Sep 26, 2018Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 个人学习开发linux服务器例子,视频点播服务器采用epoll模型+线程池技术处理客户端的并发任务☆54Mar 18, 2025Updated last year
- 使用信号量加锁的循环共享内存队列☆11Sep 9, 2019Updated 6 years ago
- 应用于嵌入式Linux带屏幕的平台使用的是Qt5 GUI 界面基础功能程序组☆11Jun 7, 2023Updated 2 years ago
- Lock-Free message queue for IPC☆18Jul 24, 2013Updated 12 years ago
- 为QT程序,可远程控制家居设备,阿里云服务器作为数据交互中心☆14Dec 2, 2019Updated 6 years ago
- 批量IP网络探测工具,支持TCP,UDP,ICMP,支持高并发以及文件读取☆11Dec 31, 2020Updated 5 years ago
- C语言实现进程间 通信,共享内存演示☆12Mar 5, 2019Updated 7 years ago
- Fault Injection Automatic Test Equipment☆15Nov 22, 2021Updated 4 years ago
- 本项目是一个行车记录仪的服务端,用vs、C++语言编写,在 Linux 环境下运行。实现服务器的【数据交互】【文件传输】【安全通信】等功能。☆21Sep 7, 2021Updated 4 years ago
- AI Agents on 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.
- ☆11Sep 22, 2022Updated 3 years ago
- 基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习☆250Apr 1, 2024Updated 2 years ago
- C++ network framework,currently we support http, https, websocket☆13Sep 25, 2019Updated 6 years ago
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,113Jul 5, 2022Updated 3 years ago
- 一个基于 GO 的小型 DNS 解析服务器☆11Oct 22, 2018Updated 7 years ago
- A parametric RTL code generator of an efficient integer MxM Systolic Array implementation for Xilinx FPGAs, with error detection capabili…☆14Aug 28, 2025Updated 8 months ago
- 计算机网络实验设计,利用 Socket 实现双机通信,QT C++ | Computer Networks Course Design SDU☆13May 28, 2021Updated 4 years ago
- 一个轻量级的转换工具, 用于把RGB像素块转换为YUV.☆23Jun 22, 2024Updated last year
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆30Nov 10, 2021Updated 4 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- GreenLeaf(绿叶)分布式通用型服务器端开发框架☆19Apr 23, 2020Updated 6 years ago
- 即时通信 select/poll/epoll☆44Apr 5, 2020Updated 6 years ago
- including compiler to encode DGL GNN model to instructions, runtime software to transfer data and control the accelerator, and hardware v…☆14Nov 19, 2023Updated 2 years ago
- [TMLR 2024] Revisiting Random Weight Perturbation for Efficiently Improving Generalization☆12Oct 18, 2024Updated last year
- 轻量级分布式消息队列☆24Jan 29, 2015Updated 11 years ago
- Waterfall widget for Qwt.☆30May 16, 2019Updated 6 years ago
- non-rigid registration in NIMBLE: A Non-rigid Hand Model with Bones and Muscles☆11Sep 2, 2022Updated 3 years ago
- ☆12Mar 11, 2024Updated 2 years ago
- C++语言实现的线程池,结合windowsIOCP完成端口,实现socket高并发服务端程序☆29May 25, 2018Updated 7 years ago
- AI Agents on 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.
- 一个CIFAR100数据集的强基线结果☆20Nov 23, 2025Updated 5 months ago
- Mininet extensions for SRv6☆16Dec 20, 2018Updated 7 years ago
- 本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删☆11Oct 28, 2020Updated 5 years ago
- 这是利用qt的tcp通信例程,包括了QTcpServer和QTcpSocket的使用,心跳检测网络状态☆16Sep 2, 2017Updated 8 years ago
- 基于linux环境和Qt写的服务器和客户端的聊天室程序☆17May 24, 2020Updated 5 years ago
- 在进行数据传输的过程中可以选择TCP或者UDP协议,TCP虽然相对而言比较复杂,具有三次握手进行连接以及四次分手断开连接,但具备 可靠性,被大公司广泛使用,因此设计一种基于TCP的多线程数据传输系统来进行通信。☆14Mar 27, 2021Updated 5 years ago
- 基于Qt4和嵌入式linux系统的简易北斗导航终端☆23Apr 4, 2016Updated 10 years ago