file-server

Tag

Cards List
#file-server

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
#file-server

9p file server daemon for UNIX-like systems

Lobsters Hottest · 2026-05-10 Cached

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.

0 favorites 0 likes
← Back to home

Submit Feedback