Changes To filed

Changes to "filed" between 2014-02-06 22:27:58 and 2014-02-08 02:49:13

1
2
3


4
5
6
7
8






1
2
3
4
5
6
7
8
9

10
11
12
13
14
15



+
+




-
+
+
+
+
+
+
filed
=====

Introduction
------------
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.
It has no configuration file and supports only minimal configuration.  Operation is described in the [manual page](?name=Manual).

Links
-----
   1. [Manual](?name=Manual)
   2. [Download](?name=Download)