'''[http://filed.rkeene.org/fossil/index%|%filed]''', by [Roy Keene], is a [BSD]-licensed simple and above all else fast [Hypertext Transfer Protocol%|%HTTP] server for serving local static files over [Hypertext Transfer Protocol%|%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. Implemented in [C]. Designed to be easily ported to other [operating system%|%operating systems]. Makes fewer system calls than [Lighttpd]. Currently does not support `Connection: keep-alive`. Get a mime.types file from somewhere else, maybe [Apache]. ---- '''[AMG] - 2014-06-20 06:06:48''' What is the connection to Tcl? <> Hypertext Transfer Protocol | C | server