News Feed
Jobs Feed
Sections




News Archive
PurpleRockScissors.com:
Avoiding Cache Stampedes with Pseudo-Locks
October 22, 2010 @ 11:14:25

In this quick post to the Purple Rock Scissors blog, there's a suggestion from Rob Zienert about how you can avoid a "cache stampede" on your site's caching tool with the help of a pseudo-lock on the record.

A cache stampede occurs when a cached item expires and multiple clients attempt to repopulate the cache at the same time. Take for example a page cache expires and a few thousand people try to refresh the generated HTML. That's a lot of instant load - hitting the database, re-saving the cache and so-on: it's a lot of extra processing that can bring a website to its knees. One of the many ways to avoid this from happening is to apply pseudo-locks to a cache (and works great with Memcache).

He includes a code snippet example showing how to create the lock using a Zend_Cache setup by looking for a URI-based lock file and setting a "locked" value to true when someone else is using it.

0 comments voice your opinion now!
lock cache memcache zendcache tutorial


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: Debugging Variables

Zend Developer Zone: Indexing Email Messages with PHP, Zend Lucene and Sphinx

Dhiraj Patra's Blog: Caching PHP Programs with PEAR

Chris Hartjes' Blog: Tutorial: How to create a thread in vBulletin with a script

PHPBuilder.com: Build an MVC Framework with PHP


Community Events











Don't see your event here?
Let us know!


object testing opinion development functional interview unittest community zendframework2 release composer example series framework code introduction phpunit application language podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework