隐约记得早前看过着于”TUX”的文档,却也时日已久不太记得了,只记得是个webserver,用来做静态文件的http-daemon性能非常不错,与Linux进行了内核级的对接!
http://www.bsdmap.com/manuals/tux/tux.README
TUX is a http-daemon (webserver) for Linux. TUX is different from other webservers in that it runs partially from within the Linux-kernel as a module (device driver). Given sufficiently-capable networking cards, it enables direct scatter-gather DMA and hardware-based TCP/IP checksumming from the page cache directly to the network, avoiding extra data copies.
On this day..
- Linux系统上的Watchdog实现 - 2010
- 使用deflate模块压缩输出 - 2010
- header() & drbd - 2008
- header() & drbd - 2008
- MINIX3 - 2008
Tags: http-daemon, Linux, tux, webserver