News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
Abhinav Singh's Blog:
MEMQ Fast queue implementation using Memcached and PHP only
February 08, 2010 @ 09:03:12

Abhinav Singh has a new post to his blog that looks at using a powerful tool, memcached, with PHP to create a simple queue system that could be reused just about anywhere.

Memcached is a scalable caching solution developed by Danga interactive. One can do a lot of cool things using memcached including spam control, online-offline detection of users, building scalable web services. In this post, I will demonstrate and explain how to implement fast scalable queues in PHP.

He starts with an overview of what the queue will let you do - save data into the queue with a unique identifier and pull it back out based on the key requested (and is removed from the queue). The code sets up the connection to the memcached server and gives you methods to check if the queue is empty and to push and pull records in and out. A bit of sample code illustrates how to put it to use.

1 comment voice your opinion now!
memcached queue tutorial




Similar Posts

Northclick Blog: RFC: Draft for a Message Queue System in PHP

Stefan Mischook's Blog: Creating Your Own Functions - Part 2

HowTo Forge: How To Harden PHP5 With Suhosin On Fedora 7

Zend: Roll Your Own Search Engine with Zend_Search_Lucene

PHPBuilder.com: Fundamentals of PHP Superglobals


Community Events









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


sqlserver facebook podcast symfony zendframework framework codeigniter job microsoft developer windows hiphop wordpress opinion version conference extension release apache feature

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