Archive for the ‘CacheMogul’ category

CacheMogul – Disk caching in PHP made simple

May 5th, 2009

I’ve finally gotten around to formerly putting many of my projects online.  This is the first part in a series of many, detailing those projects.

Up until recently, this project didn’t have a name.  This is basically a more polished version of the caching that Facelift uses.

When accepting uploads from a community of users, you need to store that data someplace.  You can’t store it in a database unless you want to end up pulling your hair out a few months down the line when you are trying to backup an 8GB database regularly. So what do you do?

» Read more: CacheMogul – Disk caching in PHP made simple