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

Community News: Latest PECL Releases for 08.08.2006

Christian Stocker's Blog: Upload Progress Meter finally in PECL

DevShed: Performing Basic Tasks with MySQL 4.1 and Above, using mysqli with PHP 5

Derick Rethans' Blog: New VLD and translit releases

Symfony Blog: Symfony Live Conference 2010 updates


Community Events











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


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

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