News Feed
Jobs Feed
Sections




News Archive
Content with Style:
PHP worker processes with Beanstalk and Daemontools
April 01, 2010 @ 10:11:49

On the Content with Style blog there's a new post looking at creating a worker process with PHP and the help of two other tools - Beanstalkd and Daemontools.

Sometimes things just get too heavy for a straight forward approach. Memory usage might be too high or interaction might be delayed. In this case it might make sense to queue the task up for later execution.

The technique uses beanstalkd as a messaging queue to handle the requests based on the user's request via the interface the beanstalkd library provides. Then, to keep the queue running in the background and available, he uses daemotools to run a worker process. You can download the complete code for a working example.

0 comments voice your opinion now!
worker daemon process beanstalkd daemontools


blog comments powered by Disqus

Similar Posts

Chris Chabot's Blog: phpSocketDaemon

Justin's Blog: 5 cool things you can do with windows and php

IBuildings Blog: 137 CMS Systems

Matthew Wells' Blog: Kohana and Gearman - Practical Multitasking

Content with Style: PHP worker processes with Beanstalk and Daemontools


Community Events











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


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

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