by twopoint718 on 8/12/09, 9:24 PM with 5 comments
Is there a webserver that, when started, reads all pages into memory and then never touches the disk again? Would a similar effect be better achieved with something like Apache + memcached? Other suggestions?
by cperciva on 8/12/09, 9:41 PM
You're thinking way too hard. As long as you have enough RAM, your operating system will cache data; so you don't need to do anything fancy at all. Set up whatever web server you like, in the default configuration, and measure its performance; odds are that you'll find that you don't need to tune anything at all.
by jacquesm on 8/12/09, 9:25 PM
Good luck!
by sambeau on 8/13/09, 7:11 AM
by yrashk on 8/12/09, 9:28 PM