Page 1 / 1 (2 Posts)

Caching built into PHP?

The PHP Core Team is meeting this week to decide wether or not there should be some caching built into the next major release of PHP. (I guess that would be PHP 6). I definitely hope the answer will be YES since this has been available on others…...

November 14, 2005 · 2 min · François Planque

Web application caching

Blogs, as most current web applications, need to address the server-side caching issue in order to reduce webserver load. It looks like most people are quite happy with caching static versions of their pages for some defined amount of time. This method…...

June 28, 2003 · 2 min · François Planque