views:

40

answers:

1

What is the best way to queue background processes in PHP...

Zend's job queue seems very nice but I am not able to switch to zend server what are the alternatives for doing this?

+1  A: 

Gearman is very capable. Here's the PECL extension, and here's a process monitor / daemon.

There's also things like the Amazon Simple Queue Service.

Charles
Oh this looks great thanks I will have a look :)
Chris