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

Lullabot.com: Single Sign-on across Sub-Domains in Drupal with No Extra Modules

Nadeau Software: PHP tip: How to get a web page using CURL

Community News: Latest PECL Releases for 10.24.2006

Richard Davey\'s Blog: Prepare for PHP 6

Nadeau Software: PHP tip: How to get a web page using CURL


Community Events











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


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

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