Tag
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.
kamid is a free, portable 9p file server daemon for UNIX-like systems, emphasizing security and correctness. The text announces version 0.2 with installation guides and source code repositories.