News Feed
Jobs Feed
Sections




News Archive
Enrise.com:
Using MemcacheQ as Message Queue
January 13, 2011 @ 10:59:03

Tim de Pater has a new post to the Enrise blog showing how you can use the MemcacheQ tool to act as a message queue for an application.

Using a message queue can help to suspend heavy processes and execute them later so you won't bother your visitors with long waiting times. There are a few solutions for queuing like Gearman, ActiveMQ and Zend Server Job Queue. For www.nd.nl (a Dutch newspaper) we wanted a simple and free queue mechanism that integrates with Zend Framework for handling a number of jobs. We found MemcacheQ.

He talks a bit about what MemcacheQ is ("damn simple, very fast, great concurrency") and about the fact you can use existing memcache technology to interact with it. He points out the Zend_Queue_Adapter_Memcacheq component of the Zend Framework and shows an example of how to use it in a simple app to store a simple process. There's also a script that would run in a cron job (or something similar) and pull out these processes and execute them.

0 comments voice your opinion now!
memcacheq message queue zendframework tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Why Should I Care What Server My Application is Running On?

The Northclick Blog: Announcing "dropr" - the message queue framework for PHP

Rob Allen's Blog: Zend_View: Access the view from a view helper

php|architect: More powerful Validation from Respect

NetTuts.com: Zend Framework from Scratch


Community Events











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


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

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