分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群
☆48Aug 31, 2018Updated 7 years ago
Alternatives and similar repositories for queue_server
Users that are interested in queue_server are comparing it to the libraries listed below
Sorting:
- GreenLeaf(绿叶)分布式通用型服务器端开发框架☆19Apr 23, 2020Updated 5 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 分布式服务器☆18Jun 6, 2018Updated 7 years ago
- C++高性能分布式服务器框架☆13Mar 2, 2020Updated 6 years ago
- 多进程(进程池)服务器☆13Aug 15, 2013Updated 12 years ago
- P2engine is a flexible and efficient platform for making p2p system (p2p live streaming, p2p vod...) development easier. Reliable UDP, Me…☆28Dec 6, 2023Updated 2 years ago
- A fast tcp/udp net lib, based on muduo + kcp. 一个快速的tcp/udp网络库, 基于 muduo + kcp .☆73May 28, 2020Updated 5 years ago
- 结合protobuf,libev以及memcached线程池模型实现 RPC功能 (分布式负载均衡等)☆41Nov 18, 2017Updated 8 years ago
- Open-source overlay and peer-to-peer network simulation framework for the OMNeT++ simulation environment☆13Apr 2, 2014Updated 11 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 10 years ago
- It's a distributed, open-systems application server for C/C++ applications.☆36May 27, 2022Updated 3 years ago
- 基于C语言编写的高并发Epoll服务器☆19Jan 19, 2020Updated 6 years ago
- 高性能TCP网络服务器程序,目前已稳定支撑单机数十万的并发连接☆357Aug 13, 2022Updated 3 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆33Jul 18, 2022Updated 3 years ago
- 即时通信 select/poll/epoll☆45Apr 5, 2020Updated 5 years ago
- Super basic CHECK(), DCHECK(), and NOTREACHED() macro implementations.☆12Jun 1, 2016Updated 9 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- 基于局域网在Qt Creator 4.6.0平台上采用C/S架构、Windows API编程以及Qt5图形开发包实现,心跳检测、消息通信、文件传输、广播投影、学生监视、学生控制功能☆10Aug 12, 2020Updated 5 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆193Apr 14, 2020Updated 5 years ago
- HMX-Server分步式服务器框架,主要分为网关、登录、世界、场景、数据服务器,适用于大中小型项目☆29Sep 26, 2018Updated 7 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Nov 19, 2018Updated 7 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯 库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Sep 27, 2020Updated 5 years ago
- Redis在Qt下的封装☆11Jun 15, 2018Updated 7 years ago
- 使用 epoll 实现多线程 Reactor 模式的 TCP server 框架。☆10Jul 1, 2019Updated 6 years ago
- clone repo https://sourceforge.net/p/mcumediaserver/code/HEAD/tree/ doc: https://github.com/atyenoria/MCU-Media-Server/blob/master/Inst…☆11Sep 4, 2016Updated 9 years ago
- H.264 & mpeg4 decoder / encoder using ffmpeg in Beaglebone black .☆19Nov 8, 2014Updated 11 years ago
- Multi-path UDP protocol - an example implementation☆10Jul 6, 2015Updated 10 years ago
- 一款高性能的后端分布式服务器网络框架☆36Mar 20, 2025Updated last year
- 基于C++的期货策略回测平台☆10Oct 3, 2019Updated 6 years ago
- media sdk based on webrtc☆41Dec 9, 2022Updated 3 years ago
- NAT Tools☆26May 27, 2016Updated 9 years ago
- openmeeting视频会议,仿QQ群视频,实现多人视频,多人语音,文字聊天,表情,共享PPT功能,自由发言,主持人控制发言,按F2发言三种语音模式 ,客户端使用vs2010+qt4.85开发,服务器使用php+go语言,数据库采用mysql 演示系统所有密码都是1234…☆37Jan 22, 2017Updated 9 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Apr 6, 2016Updated 9 years ago
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 7 years ago
- 基于多进程的期货程序化交易系统☆15Feb 26, 2021Updated 5 years ago
- 基于HSI3520D的车载DVR☆28Jun 21, 2020Updated 5 years ago
- 基于KCP的端口转发服务☆39Dec 24, 2017Updated 8 years ago