kanade2010 / TimerQueueLinks
A TimerQueue Based on Poll
☆14Updated 6 years ago
Alternatives and similar repositories for TimerQueue
Users that are interested in TimerQueue are comparing it to the libraries listed below
Sorting:
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆368Updated 5 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- 一些C/C++常用封装例子☆215Updated 4 years ago
- c++工具库☆107Updated 4 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- Simple C++multithread lib☆126Updated 6 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆44Updated last year
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆427Updated 4 years ago
- 2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆36Updated 6 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆37Updated 6 years ago
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆223Updated 6 years ago
- 即时通信 select/poll/epoll☆45Updated 5 years ago
- kimgbo是muduo网络库的重构版本☆138Updated 7 years ago
- a simple network library☆191Updated 5 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- 一个极简内存池实现☆304Updated last year
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆74Updated 10 years ago
- C++/C++11/C++14/C++17/C++20's usage☆319Updated 2 months ago
- 轻量级网络库, 基于C++11☆121Updated 3 years ago
- Log4cpp maintained fork by OrocosDevs☆195Updated 4 years ago
- 一个通用的C语言编写的类似STL功能的集合库,实现比较简单,通用性比较强☆32Updated 8 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- send and recv event between processes with very few lines of code☆47Updated 11 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆43Updated 6 years ago
- ☆69Updated 6 years ago
- Message queue and thread pool implementations of C++ Workflow☆37Updated 3 months ago
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆181Updated 13 years ago
- libevent library reimplemented with c++☆43Updated 5 years ago
- Examples and toturials for C++ Boost Asio library.☆271Updated 3 years ago
- epoll+线程池实现大文件传输☆68Updated 10 years ago