All Projects → aceld → libevent

aceld / libevent

Licence: other
<Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。

Projects that are alternatives of or similar to libevent

Libhv
🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.
Stars: ✭ 3,355 (+824.24%)
Mutual labels:  libevent, epoll
epump
ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。
Stars: ✭ 26 (-92.84%)
Mutual labels:  epoll
lightsocks-c
🌐 Light SOCKS5 proxy
Stars: ✭ 56 (-84.57%)
Mutual labels:  libevent
lce
linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能
Stars: ✭ 61 (-83.2%)
Mutual labels:  epoll
llb
Dead simple event-driven load-balancer
Stars: ✭ 27 (-92.56%)
Mutual labels:  epoll
Mgx
🌈 A high performance network framework written in c++ (support tcp and http)
Stars: ✭ 15 (-95.87%)
Mutual labels:  epoll
netpoll
Package netpoll implements a network poller based on epoll/kqueue.
Stars: ✭ 38 (-89.53%)
Mutual labels:  epoll
30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
Stars: ✭ 432 (+19.01%)
Mutual labels:  epoll
tunnel
一款单线程、轻量级和高性能的内网穿透程序,支持TCP流量转发(支持所有TCP上层协议,包括HTTP,SSH等),支持多客户端同时连接
Stars: ✭ 39 (-89.26%)
Mutual labels:  epoll
hev-task-system
A simple, lightweight multi-task system (coroutines) for Unix (Linux/BSD/macOS)
Stars: ✭ 41 (-88.71%)
Mutual labels:  epoll
netman
高性能的TCP网络框架、支持TLS、可配置的路由、websocket、基于事件循环(epoll),百万连接(C1000K)
Stars: ✭ 96 (-73.55%)
Mutual labels:  epoll
WebServer
C++高性能网络服务器
Stars: ✭ 53 (-85.4%)
Mutual labels:  epoll
epoller
epoll implementation for connections in Linux, MacOS and Windows
Stars: ✭ 58 (-84.02%)
Mutual labels:  epoll
connect
tiny cross-platform socket API library
Stars: ✭ 46 (-87.33%)
Mutual labels:  epoll
sol
Lightweight MQTT broker, written from scratch. IO is handled by a super simple event loop based upon the most common IO multiplexing implementations.
Stars: ✭ 72 (-80.17%)
Mutual labels:  epoll
async
⏱ Promises and reactive-streams in Swift built for high-performance and scalability.
Stars: ✭ 35 (-90.36%)
Mutual labels:  epoll
LightSocks-cxx
⚡️一个轻巧的网络混淆代理🌏
Stars: ✭ 22 (-93.94%)
Mutual labels:  libevent
liblw
An asynchronous application framework built on C++ coroutines and epoll.
Stars: ✭ 34 (-90.63%)
Mutual labels:  epoll
epoll
epoll(7) binding in Ruby
Stars: ✭ 22 (-93.94%)
Mutual labels:  epoll
Tiginx
Tiginx is a Shanzhai Nginx project , please buyao use it xian , if meet problem , I no fuze ...
Stars: ✭ 29 (-92.01%)
Mutual labels:  epoll

《Libevent深入浅出》

本教程要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。

教程目的主要是快速建立libevent的认知,了解libevent的常用数据结构和编程方法。

达到可以使用libevent写出自己的高并发服务器处理模型。

作者:刘丹冰

邮箱:[email protected]


目录

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].