users
body<=
? h1?>
This is an initial list of users that I've heard about. Please mail me if you're using it, optionally with a little description of how, and I'll add you to this page.
- LiveJournal -- fully dynamic blogging site with insane number of unnecessary features, doing over 20 million hits per day. We made for LiveJournal and we hardly ever hit the databases anymore. A few APIs in our codebase still unconditionally hit our databases, but they're being rewritten to be -aware. made a night-and-day difference in the speed of our site.
- Slashdot -- I showed Jamie McCarthy at OSCON 2003 and how we use it on LiveJournal (including our -farm stats page) and he started frothing at the mouth and began implementing it that night in his hotel room. Now Slashdot uses it for caching comments in their rendered form, saving both DB load and web CPU load. They're reportedly working on using in more parts of their code.
- WikiPedia -- Brion Vibber added support to WikiPedia's MediaWiki backend. ( original announcement).
- VampireFreaks:
"Hey man. I just wanted to thank you for memcached, I just started
using it on http://vampirefreaks.com , a site which gets over a
million page hits a day and has been really slowing down the server.
I've already implemented memcached in a few key spots which determine
the number of users online as well as the number of current users, and
it seems to have helped a lot, I am sure I will be putting it into
more parts of the code as well. Feel free to put us on the memcached
users page if you like."
- SourceForge
- Revelex: "... We have tried using MySQL, NFS-mounted flat-files and even NFS-mounted RAM drives to no avail. To date, only memcached has been able to keep up with our needs. ..."
- HowardStern.com: "We've been struggling to keep the hardware matched to the traffic
level and ever-growing database size. I've now implemented memcached
across major sections of the site and the vBulletin-based forum. We're
using three memcached servers to support the one large mySQL server.
The performance improvement has been tremendous and it allows me to
have an elegant memory caching solution always available instead of
my own cache on the webservers' filesystems, as I had been doing."
These people are (or reportedly are, or were) working on memcache support to speed up their sites.
<=body
page?>