thttpd is a minimalistic non-forking HTTP server that allows for bandwidth throttling and has a very small memory footprint.
It is perfect for high-bandwidth static HTTP servers, and can be bound to PHP to build lean, mean development and special-purpose servers.
It has one irritating bug, though - throttling does not work well with symlinks.