Lightweight library to easily create and use a multithreaded epoll server
-
Updated
Sep 9, 2018 - C
Lightweight library to easily create and use a multithreaded epoll server
An example implementation that creates an event queue based on Kqueue, Epoll and IOCP
Example of using non-blocking socket and epoll in a single thread and serve both as client and server simultaneously.
Some examples on asynchronous IO and event based communication based on epoll, libevent and liburing
[WIP] An implementation of the Proactor pattern in C++ using liburing, linux only. This variation is multithreaded and makes usage of coroutines.
C++ epoll based client-server network library - work in progress
Proof of concept coroutine-based asynchronous I/O for Go using iterator functions
一个使用C实现的回声服务器 (An echo server implemented in C)
algorithms and tests for C/C++, also available at
High performance SMTP client to send email written in Perl and using Linux epoll mechanism
Minimal Multithreaded HTTP/1.0 server implementation using non-blocking IO, epoll and a thread pool in C++
This repository is my research and tools on the interaction between the runtime.proc sub-module of Golang with the epoll subsystem of Linux.
A generic framework for asynchronous programming in cpp.
Add a description, image, and links to the epoll topic page so that developers can more easily learn about it.
To associate your repository with the epoll topic, visit your repo's landing page and select "manage topics."