News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Tilllate Blog:
Caching of Dynamic Data Sets
December 05, 2007 @ 10:29:00

On the Tilllate Blog, there's a new post discussing the use of caching in applications, specifically for dynamic data.

Consider you have a set of data that is changing dynamically for each page request and you need to cache that data the fastest way possible. You can't cache dynamic and unpredictable data as a whole, can you? Hence, we would put each data entry into cache separately to be able to fetch it separately and dynamically. But this means bombing your cache infrastructure with with requests.

They break it up into a few different topics - caching text elements on the page, two-tiered caching (grouping cached items), incremental caching and cache versioning. They don't share an example of their code unfortunately, but they do mention something about a possible contribution to the Zend_Cache component of the Zend Framework.

0 comments voice your opinion now!
caching dynamic data text element incremental versioning cache caching dynamic data text element incremental versioning cache



Similar Posts

Chris Hartjes' Blog: Tutorial: Integrating PHP/SWF Charts with CakePHP

IBM developerWorks: SDO for PHP Demonstrations from php|tek

PHPBuilder.com: AJAX and PHP Part 1

Kevin van Zonneveld's Blog: Speedup your website with Cache_Lite

PHPit.net: Creating a PHP Settings Class


Community Events











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


job example zend database conference code application release PHP5 ajax security releases zendframework developer book cakephp framework mysql package PEAR

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