News Feed
Jobs Feed
Sections




News Archive
Johannes Schlüter:
MySQL, Memcache, PHP revised
October 02, 2012 @ 09:27:54

Johannes Schlüter has a recent post highlighting an interesting PHP extension that can connect memcache with your MySQL server via PHP, the PECL mysqlnd_memcache extension.

Now this blog entry is tagged a s PHP. Hs is that coming into play? - Well, on the one side we have this fast memcache interface, which allows to access almost arbitrarry data from the database. On the other side we have our PHP mysqlnd plugin interface where we can add special features, like query caching or load balancing, transparently to any PHP application. Why not combine those two things? - Good question. That's what we have done in the PECL mysqlnd_memcache PHP extension.

He includes some sample PHP code showing it in action - two examples: one using the "mysqlnd_memcache_set" method to set a memcache server on the MySQL connection and another showing two queries and how they're handled behind the scenes by this driver plugin.

0 comments voice your opinion now!
mysql mysqlnd memcache driver pecl extension


blog comments powered by Disqus

Similar Posts

Mike Wallner's Blog: HttpRequestDataShare

Job Posting: Assembleron Ltd Seeks PHP 5/MySQL/Ajax Developers (Reading, UK)

DevShed: Creating a Login Script for a PHP/MySQL Blogging System (Part 1)

PHPBuilder.com: PHP Filters: An Important Security Feature

Brian Swan's Blog: SQL Server Driver for PHP Connection Options: ReturnDatesAsStrings


Community Events











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


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

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