5 Results for memcached

Memcached: A Good or Bad Sign for MySQL?

Memcached, the open source caching software framework, has been gaining attention from web companies and investors. Gear6 has annnounced details of a new memcached-based product, and Schooner Information Technologies has a set of server appliances, one targeted to MySQL, and one to memcached. Memcached is a tool that's widely used to reduce query times when using databases, through caching, and there was a lot of interest in it at the recent MySQL Conference. In this post on GigaOm, Gary Orenstein analyzes the newfound interest in memcached, and ponders whether it's good or bad for MySQL.?


Gear 6's Web Cache Aims for Web Scalability

Gear6 today released Web Cache in an effort to commercialize the Internet?s predominant (de facto, for Linux) distributed caching protocol, memcached, writes Derrick Harris at GigaOm. Every Top 20 web site not owned by Microsoft uses memcached (Facebook has almost 1,000 servers dedicated to its memcached tier) and 50-60 percent of all Alexa-ranked Top 10,000 sites use it to some degree, according to Joaquin Ruiz, EVP of products and corporate development at Gear6. With Web Cache, Gear6 is offering a turnkey solution that brings high availability to memcached, as well as significant capital and operating expenditure savings. Check out the details at GigaOm.?


How They Scale Their Apps: From Flickr to Craigslist

For many developers focused on applications that reside on the web, including open source developers working on database-centric and software-as-a-service sites, the issue of scaling applications is increasingly important. You can find a couple of recent columns we did on cloud computing solutions for scaling applications here. Today, a post on scalability over at James Hamilton's blog caught my eye. He starts out with a discussion of how the database architecture underlying Flickr is constructed, but what's really striking is hisᅠ collection of posts from around the web on how sites ranging from Craigslist to Technorati to Second Life approach scalability.


NewTeeVee: Early YouTube Engineer Tells All

Ever wonder how YouTube got started and scaled up to being such a huge repository of video? There are quite a few surprises in the story, as you'll see if you check in on NewTeeVee's post Early YouTube Engineer Tells All. It features video of Cuong Do, an early software engineer at YouTube who is now a manager in the site's engineering group. Open sourcers will be particularly interested in how YouTube employs memcached and Apache along its chain of under-the-hood applications. Check it out.


Speed Up Your Site With Memcached

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.