Forum Moderators: phranque
I installed the "Tweak Network Settings" extension for firefox turned up my max connections and found that the images loaded now much faster then they ever did in Apache.
So started doing more research on the HTTP 1.0/1.1 max connections limitation and have come to understand that the persistant connections and pipelining features are very important. Unfortunately thttpd doesnt support these in their active package (though you can use a 3rd party patch of an older version, or pay for "premium thttpd").
We also found some scripts had problems because thttpd did not return the expected headers; this was extremely hard to track down and caused crashes in our apache server.
-----------------------------------------
Im now looking for another fast webserver that supports these features. Lighttpd seems to come up quite a bit in my research. Has anyone used it for image heavy pages as an image server or any other recommendations?
Thanks,
Will