Posted by sushyl on May 13, 2011 at 7:11am
This Module Processes Mass Operations in batches(batch_set()) and takes php code and executes it number of times you want it to.
I hope this module will help Develpoers in some or another way.
One can run similar code for multiple times without getting "memory limit exceeded" or "mysql server gone away" error.
Currently you can run cron for number of times you want by typing drupal_cron_run(); in Code to execute: field and putting number of times you want to run Cron.
I am trying to implement some more things using batches and will be updating for implementing lot more things.
Like bulk changes in
- Node information
- User's Information
- cck fields...