Most effiient web server for static pages

Hi,

What is the most efficient web server to provide only static conent but be able to work under heavy load?

My customer is running live transmissions from sports events every week. There are just simple text files being send to the browser where they are parsed and displayed by the software running on client side.

I made another compilation of apache, designed for this purpose - it has disabled most of modules which aren't needed to serve static content - and it's running on different IP than the main apache.

But I'm still not happy with efficiency. Can you tell me about good and reliable web server which can handle this job better? By better I mean that it needs to be more efficient when working under heavy load. Currently the server needs to serve 200 pageviews per second. Is there any software that can do it better than apache? Maybe any cache to put between server and a client which is more efficient?


Thanks,
Tygryz

 

 

 

 

Top