Update of "filed"
Overview

Artifact ID: 7158ec14ad7b7ea1cc273bf4aee0348f80d46a99
Page Name:filed
Date: 2014-02-06 22:27:58
Original User: rkeene
Mimetype:text/x-markdown
Next 424c9efbbcd0f0e5b9901f4ec55b53a277995801
Content

filed

Simple HTTP server for serving local static files over HTTP from Linux. It does the least amount of effort possible to get to the point of handing the actual transfer over to the kernel.

It is multithreaded where every thread services a single concurrent client. It attempts to reduce latency by caching open file descriptors as well.

It has no configuration file and supports only minimal configuration.