“Frameworks that work” was the old title of this humble blog. I switched to “FROST!” so I can write anything open source. Hoping for more frequent postings.
FROST
FRee and Open Source Technologies
PHP Caching using Memcached
Why cached? It’s simple, you want speed. How? Say you have search application on your php webapp that yields thousands of results. Of course these are divided in a nice paginated links. Without caching, everytime the user jumps from each paged result links, your app will query your database, which adds overhead.
By using caching, you’re […]

January 01, 2008 
