<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Queue D6 backport sounds a good idea -
<a class="moz-txt-link-freetext" href="http://drupal.org/project/drupal_queue">http://drupal.org/project/drupal_queue</a><br>
Never tested it, though.<br>
<br>
Yves<br>
<br>
Le 15/07/2010 13:28, Sven Decabooter a &eacute;crit&nbsp;:
<blockquote
 cite="mid:AANLkTikkFUBNSWn9JGcB1vRsr2ebZ-SGfOQY3Km0YipC@mail.gmail.com"
 type="cite">That's clear, and it makes sense. Thanks Yves!
  <div><br>
  </div>
  <div>Any pointers as to how I could have large chunks of data
processed on cron in another way?<br clear="all">
  <div><br>
  </div>
  <div><br>
  </div>
  <div>Sven</div>
  <br>
  <br>
  <br>
  <div class="gmail_quote">On Thu, Jul 15, 2010 at 1:25 PM, Yves
Chedemois <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:yched.drupal@free.fr">yched.drupal@free.fr</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Batch
API works around the PHP timeout limitation by relying on a client
browser to iterate separate requests, each of which stays below the
time limitation.<br>
So yes, Batch API can only be used in a UI context, which excludes cron.<br>
    <br>
For the same reason, it is not recommended to fire a batch processing
inside an API function, since you cannot ensure it will be executed in
a safe-for-batch context.<br>
    <br>
Yched<br>
    <br>
Le 15/07/2010 11:01, Sven Decabooter a &eacute;crit :
    <div>
    <div class="h5"><br>
    <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
      <br>
I'm reading contradicting posts about running Batch API processes on
cron. This is for Drupal 6 BTW.<br>
I have tried implementing a batch functionality that should be run on
cron, but it doesn't seem to process the work that needs to be done.<br>
I assume this is because running the cron through a commandline command
doesn't allow for javascript...<br>
      <br>
So my questions:<br>
- Have I implemented Batch API incorrectly, and should it normally work
also on cron?<br>
- What is the best way to run a process that would normally trigger a
php script timeout? Can I use the Queue module for that?<br>
      <br>
I'm sure plenty of people have already tried doing this, so I'm not
sure why I can find little consistent information about it.<br>
      <br>
Thanks for your feedback.<br>
      <br>
Sven<br>
    </blockquote>
    <br>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  </div>
</blockquote>
<br>
</body>
</html>