* John Speno wrote [2005-06-16 10:51:27 -0400]: > However, the newest lighttpd (1.3.14) now supports SCGI and it can > connect to the scgi app over a unix domain socket out of the box. > > http://www.lighttpd.net/ Hey, that's quite cool. Performance with an SCGI app is marginally faster, but the daemon uses less resources (mostly ram) in filling the same roll. Where it really seems to shine is serving static files, seems to be 2X faster than Apache 1.3 in my quickie cheapo test. Looks like it would survive a /. ing on even modest hardware. Neat that it comes with SCGI out of the box.