synchronous

Tag

Cards List
#synchronous

Serving files over HTTP three ways: synchronous, epoll, and io_uring

Lobsters Hottest · 2026-05-25 Cached

A technical article comparing three approaches to serving files over HTTP: synchronous thread-per-request, epoll-based asynchronous I/O, and io_uring, with code examples in C.

0 favorites 0 likes
← Back to home

Submit Feedback