Note that both batch API and D7 queue have examples in the Examples project, http://drupal.org/project/examples.
-Randy
Hi,
Actually I would not use node_queue, but instead use http://drupal.org/project/drupal_queue which is a backport of the Drupal Queue system. Upgrading will be a lot less painful.
Gordon.
On 02/06/2010, at 12:58 AM, Andrew Berry wrote:
> On 2010-06-01, at 2:09 AM, Chris Skene wrote:
>
>> Why not try using the Batch API instead?
>
> Better yet, use http://drupal.org/project/job_queue so that your user doesn't have to wait for each email to be sent.
>
> --Andrew