News Feed
Jobs Feed
Sections




News Archive
Hasin Hayder's Blog:
Using new PECL Memcached extension for storing session data
October 19, 2009 @ 09:51:21

Hasin Hayder has a new post talking about the new memcached extension for PHP (memcached from PECL) and how it can be used to store sessions data.

Many of you already know that managing session is a critical task for web applications, specially when you want to avoid I/O hop and also a significant load over your database by writing a custom session handler. [...] This is why a central session manager is very important for your application to scale.

He walks you through the whole process - installation, setting up memcached instances and getting the extension installed and working with your PHP installation. By adding two lines to your php.ini file, the sessions can quickly and easily be stored in memcache instead of on the local server.

0 comments voice your opinion now!
session data save memcached pecl extension


blog comments powered by Disqus

Similar Posts

Matthew Turland's Blog: Log Analysis and PHP

Doug Brown's Blog: Use PHP to Twitter Your Tweets

AjaxLine: Best Joomla! Extensions - March 2010

Enrico Zimuel's Blog: PHP session sharing using Zend Server CE and MS SQL Server

Edin Kadribasic's Blog: Second PHP build using the new compiler


Community Events











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


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

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