Very interesting post - Very interesting post - daemonizing php is hard :-) Did you look at the Waiting Queue (http://drupal.org/project/waiting_queue) module? With a queue like Beanstalkd, and something like Supervisord to keep the workers alive, you can process a queue very efficiently, without the crappy cron problems. Reply
Very interesting post - daemonizing php is hard :-)
Did you look at the Waiting Queue (http://drupal.org/project/waiting_queue) module?
With a queue like Beanstalkd, and something like Supervisord to keep the workers alive, you can process a queue very efficiently, without the crappy cron problems.