[dokuwiki] more events questions

I'm running a long process that exceeds 30 seconds of process time
from an action plugin.

In the script I call      set_time_limit(30); to avoid the server to
time out. However, the browsers stops anyway after about 30 seconds. I
assume because nothing gets passed to it to display so it assumes it's
done.

As I process stuff in my 'collect' action event, how can I
incrementally return content to the browser so it doesn't stop?

I tried ob_flush(); flush(); but that doesn't do anything.

...martin
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: