by Reuven Lerner on May. 28, 2008
What happens when your database is the bottleneck for your Web application?ᅠ You could create a database cluster, or even add new hardware.ᅠ But an open-source library called memcached offers another solution, putting frequently needed data in a server-accessible memory cache, whose values can be retrieved quickly and easily from almost every library.ᅠ Memcached is in use on many popular sites, including Facebook and LiveJournal, and you might find that it provides just the solution you need to make your site act faster.