Lighttpd - Webserver optimized for speed
Lighttpd powers several popular Web 2.0 sites like YouTube, wikipedia and meebo. Its high speed io-infrastructure allows them to scale several times better with the same hardware than with alternative web-servers. Its features include small memory footprint, FastCGI, Output-Compression, URL-Rewriting and lot more. Its event-driven architecture is optimized for a large number of parallel connections (keep-alive) which is important for high performance AJAX applications.
http://www.lighttpd.net/
comments powered by Disqus
Related Products
Spserver - SPServer is a high concurrency server framework library written on C++
SPServer is a server framework library written on C++ that implements the Half-Sync/Half-Async and Leader/Follower patterns. It's based on libevent in order to utilize the best I/O loop on any platform. SPServer can simplify TCP server construction. It is a hybrid system between threaded and event-driven, and exploits the advantages of both programming models. It exposes a threaded programming style to programmers, while simultaneously using event-driven style to process network connection. SPSe
Orzhttpd - A small and high performance HTTP server for UN*X systems
OrzHTTPdA small and high performance HTTP server for UN*X systems. OverviewOrzHTTPd is a small and high performance HTTP server written in C. It uses non-blocking network I/O and is an event-driven webserver by using libevent. Server FeaturesPartial HTTP/1.1 support Event-driven Keep-alive connections Digest (MD5) authorization Directory indexes/listing User home directories Virtual hosts MIME settings Logging IPv6 support Custom error messages XML-based configuration file
Twicecache - Twice Web Application Accelerator
TwiceTwice is a proxy server that uses caching and partial rendering to reduce load on application servers. Features at a Glance:In-memory cache Basic templating language to render dynmaic page elements Intelligent reverse proxy (Squid-like functionality) HTTP header and cookie inspection Written in Python using the Twisted event framework Detailed Overview:Twice is a caching reverse-proxy webserver with a templating language and plugable page element rendering engine. You can configure Twice on
Monkey HTTP Daemon - Web Server for Linux
Monkey HTTP Daemon, is a very Small, Fast and Lightweight open source Web Server for GNU/Linux. It has been designed to be very scalable with low memory and CPU consumption, the perfect solution for embedded and high production environments. It is asynchronous and event driven. It supports virtual hosts, SSL, Logs etc.
Splicedgi - FastCGI based 'router' for sandboxed application servers
splicedgi ("Spliced Gateway Interface") is a FastCGI application server in C which sits between a frontend webserver (eg, lighttpd, Apache) and a number application servers (eg PHP, a Python application such as Trac). The daemon will be runtime-configurable from a database or directory service such as LDAP and make decisions on which application server will handle the incoming request based on the {virtual} host being accessed. The daemon will also be able to act as a FCGI supervisory daemon, wh
Scalaserver - scala httpd server, written in scala.
1. IntroductionRecently, I am learning scala, I am very interested in its actor libarary. Actor is a very powerful method to handle concurrent connections. And I want to write a simple httpd server using actors. Currently, It only serves static pages. I wrote this in 435 lines of scala code, including comments. It supass lighttpd by a much faster responsive speed, really amazing. 2.Usage:$ scala -cp httpd.jar -Dscala.host=0.0.0.0 -Dscala.port=8000 -Dscala.htdocs=/path/doc com.ropzsu.scalaWeb.htt
Easybench - "one click" http benchmarking
Small HTTP benchmarking framework that automatically downloads and builds nginx, lighttpd, apache, cherokee, and php sources. The idea is to build benchmarks definitions and results that you don't have to trust on because everyone can replicate and tune in easy steps, and everybody can contribute to make them as real as possible. IntroductionEasybench is an small http benchmarking framework. It's designed to download, compile, and run the sourcecode of apache, nginx, lighttpd and cherokee webser
Bios - Open Source Billing For Internet Caffe / Free Software as GNU say!
BiOS Baliwae, acronym from Billing Open Source Baliwae is free software and open source billing for internet caffe, especially that use GNU/Linux as operating system for their server and client PC. BiOS is licensed under GNU Public License (GPL) version 3. BiOS is a web based application, that developed using PHP, MySQL and other free softwares, running on web server like Apache or Lighttpd. BiOS main program are divided into two side, the operator side and client side. Client can know the time
Twisted - Networking Engine in Python
Twisted is an event-driven networking engine written in Python. Twisted makes it easy to implement custom network applications, both servers and clients. It also supports many common network protocols, including SMTP, POP3, IMAP, SSHv2, DNS and lot more. The twisted.web webserver is a scalable, small-footprint web server that's easy to configure. It's efficient enough to serve a high-traffic website.
Magnum-py - Magnum Web Server
Magnum is a pure python HTTP server that is fast and efficient with resources. It is ideal for serving dynamic python-generated pages. Features:Written in pure python Elegant, extensible and customizable No connectors needed to serve python web applications such as Django Event-driven non-blocking socket I/O (epoll for Linux, kqueue for BSD) Can handle many simultaneous keep-alive connections to minimize latency Works well with slow clients Much faster than apache prefork and worker models Multi