JiangRRRen / epoll-sever
基于C语言编写的高并发Epoll服务器
☆21Updated 5 years ago
Alternatives and similar repositories for epoll-sever
Users that are interested in epoll-sever are comparing it to the libraries listed below
Sorting:
- 用C++11的std::atomic<T>实现一个无锁队列☆17Updated 9 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆31Updated 2 years ago
- 高性能博客系统☆27Updated 5 years ago
- C++高性能分布式服务器框架☆13Updated 5 years ago
- GreenLeaf(绿叶)分布式通用型服务器端开发框架☆19Updated 5 years ago
- 定时器方案,采用epoll的异步驱动和采用时间轮推动2中方案。测试在20万个定时器同时存在(以50us的速率仍然持续创建)的情况下内存为20M,cpu占用2%左右☆16Updated 9 years ago
- 基于协程的C++网络开发框架☆24Updated 6 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Updated 6 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- 高性能C数据结构,双向列表、红黑树、哈希表等!☆20Updated 9 years ago
- C++开发的Windows音乐播放器,使用开源音频处理库libzplay。☆20Updated 5 years ago
- 一个自己封装的基于reactor的c++网络库☆36Updated 9 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆20Updated 9 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Updated 4 years ago
- 简洁的epoll例子☆17Updated 9 years ago
- 基于C++14和ASIO实现高并发TCP网络框架☆47Updated 7 years ago
- sthread(simple-thread):支持高并发的协程网络库☆29Updated last year
- C、C++和其在Linux下的编程学习,主要是51CTO、传智播客、一些经典书籍的学习等☆34Updated last year
- c++ mysql orm☆18Updated 2 years ago
- 百万级、跨平台TCP&UDP服务器。支持关闭延迟,支持protobuf的rpc,支持网络层与业务层分离,开发服务器更高效☆14Updated 6 years ago
- 后端开发基础组件设计——池式组件(线程池、内存池、异步请求池)、高性能组件(原子操作CAS与锁、无锁消息队列、定时器、死锁检测、内存泄漏检测)及开源组件(libevent/libev、异步日志log4cpp、应用层协议设计ProtoBuf/Thrift)☆17Updated 2 years ago
- Distributed service governance framework based on c/c++, including service registration, service discovery, unified configuration, messag…☆22Updated 6 years ago
- EasyCpp是一个服务 器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Updated 8 years ago
- 简单的跨平台网络通信库☆14Updated 9 years ago
- 基于C++开发的异种数据库跨平台连接中间件.☆31Updated 3 years ago
- An opensource C++ library develop in Qihoo infrastructure team☆27Updated 2 years ago
- 高性能 c++ 服务器框架, 协程rpc框架 10秒即可上手。技术交流群:339711102,主要探讨游戏开发,游戏框架,后台开发,web框架及fastrpc使用优化问题。 http://www.oschina.net/p/python-fastrpc☆78Updated 8 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21Updated 2 years ago