Chris
Chris

Reputation: 8968

PHP Queing background processes

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?

Upvotes: 0

Views: 754

Answers (1)

Charles
Charles

Reputation: 51411

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.

Upvotes: 1

Related Questions