News Feed
Jobs Feed
Sections




News Archive
Developer.com:
Getting Started with Memcached Distributed Memory Caching
September 02, 2010 @ 09:40:02

On Developer.com today there's a new article talking about memcache and how you can implement it in your application to provide a performance boost for applications in a distributed environment.

As distributed system is part of the Memcached definition, you can install Memcached on various servers to make a larger caching server. In this way, Memcached helps reduce database loads to a minimum, resulting in faster and more responsive Web applications

They take some time to explain what memcache is - a simple to use caching system that reduces the dependency on other data sources - and how to get it installed (via the package manager of your choice). They suggest times on when and when not to use it as well as some of the security implications you'll need to worry about when implementing it. There's also a bit of sample code to help you get started in your application. You'll need the memcached extension to make it all work, though.

0 comments voice your opinion now!
memcache distributed caching tutorial memcached


blog comments powered by Disqus

Similar Posts

Sameer's Blog: Simple Pagination in PHP tutorial

Matthew Weier O'Phinney's Blog: Creating Re-Usable Zend_Application Resource Plugins

Rob Allen's Blog: Zend Framework Tutorial Zip File Updated

Brandon Savage: Compiling PHP 5.5 From Scratch

PHPMaster.com: Learning Loops


Community Events











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


language database testing release introduction zendframework2 usergroup symfony2 series development framework functional conference rest google phpunit interview podcast community opinion

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