pondering lighttpd
Wednesday, May 25th, 2005i'm looking at alternatives to apache, at least for serving static content (for example, i serve over 600,000 [pet].swf files a day, mostly embedded in other people's web pages). apache uses a lot of memory per child process, so i want something that has a small memory footprint.
i first was going to try thttpd, but now i am looking at lighttpd. what's particularly intriguing is that it apparently can run PHP very fast as well. it also seems to be in active development, and i'm reading good things about it around the web.
for now i think i am going to try running lighttpd running on a different port, just for serving the embedded pet swfs. i'll report here later.