Update of "filed"
Overview

Artifact ID: 91754c1bd394ff56e910ca8830de4f9bda51ff09
Page Name:filed
Date: 2014-02-08 06:33:55
Original User: rkeene
Mimetype:text/x-markdown
Parent: d899954084bb4e61af9ad81633ae6b6023803125 (diff)
Next 563ff43ffe51bafda44fe4c9f500168c794456e5
Content

filed

Introduction

Filed is a simple and above all else fast 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. Operation is described in the manual page.

Links

  1. Manual
  2. Download
  3. README
  4. Use Case for example uses