Drupal 7 adds low level queue functionality with DrupalQueue class.
Job Queue is a scheduler and a queue. Ideally, Job Queue could use Drupal Queue for concurrency safe queueing while focussing on scheduling tasks. If there is interest in such an approach, there is a backport for Drupal Queue for Drupal 6:
http://drupal.org/project/drupal_queue
I've used this module with great results for import scheduling in Feeds: http://drupalcode.org/viewvc/drupal/contributions/modules/feeds/includes...
Comments
Comment #1
drummI was hoping to just use Drupal Queue directly in my projects and end of life this module.
Comment #2
a6hiji7 commentedIs there an example or tutorial that shows how to use Drupal Queue module in Drupal 6?
Comment #3
kevinchampion commentedDrupal 6 Drupal Queue example: http://svendecabooter.be/blog/performing-batch-data-operations-on-cron-run-drupal-6