News Feed
Jobs Feed
Sections




News Archive
ProDevTips.com:
Memcached in PHP on Dapper
February 09, 2010 @ 08:32:16

New on the ProDevTips.com blog there's an article talking about the use of memcached on Dapper to increase the overall performance of the site.

Memcached is a very simple thing at heart; a daemon that runs in the background and that can be called from your code to store a value with the help of a key, and then retrieve said value with the help of the key used to store it; and it all happens in the RAM.

He talks briefly about the installation of the memcached server (on Ubuntu, in his case) via the source including a little trick he needed to do to get it to work correctly with the ld.so.conf file. He also includes the code for a simple class to implement it in your application.

0 comments voice your opinion now!
memcached cache performance tutorial


blog comments powered by Disqus

Similar Posts

Sameer Borate's Blog: Splitting large MySQL dump files

Chris Hartjes' Blog: Converting Legacy Apps to CakePHP, Part 1

DealTaker Blog: PHP & MongoDB Sitting in a Tree: Part 1

IBuildings techPortal: Understanding APC

Ole Markus' Blog: Gentoo Linux and PHP-FPM


Community Events











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


release tool zendframework2 example language development composer introduction series code opinion unittest functional community podcast conference testing framework api interview

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