batch api

Drupal launch batch with drush

This shows how to process batch jobs with drush.
Executing batch jobs that have already been set and the use of stub functions for executing batch jobs with scripts.

http://drupal.org/node/873132

Posted by: 
Dominique De Cooman

By big imports I mean creating millions of nodes and indexing them fo apache solr search. We needed to import 1 million records from file, 3 nodes for each record, one in each of our 3 languages. These nodes also had 3 taxonomy vocabularies, around 30 cck fields and we also needed to join another table containing a spatial coordinates for our geo field.

Performing batch data operations on cron run (Drupal 6)

An overview of the possible options when trying to perform heavy batch data operation on cron run (Drupal 6)

http://svendecabooter.be/blog/performing-batch-data-operations-on-cron-r...

Subscribe to batch api