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

Raphael Stolt's Blog: Phplocing your projects with Phing

Max Horvath's Blog: How to enable the Xdebug debugger in Zend Studio for Eclipse

PHPBuilder.com: Create PHP Voice Recognition Apps on the Cheap

Stuart Herbert's Blog: Dealing With PEAR Dependency Quirks

SitePoint PHP Blog: The Joy of Regular Expressions [4]


Community Events











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


code development object zendframework2 testing release introduction composer functional series database language podcast community interview opinion example phpunit tool framework

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