[dokuwiki] more events questions
- From: "Martin Tschofen" <martin.tschofen@xxxxxxxxx>
- To: "doku wiki" <dokuwiki@xxxxxxxxxxxxx>
- Date: Mon, 24 Apr 2006 15:33:46 -0500
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
- Follow-Ups:
- [dokuwiki] Re: more events questions
- From: Chris Smith
Other related posts:
- » [dokuwiki] more events questions
- » [dokuwiki] Re: more events questions
- » [dokuwiki] Re: more events questions
- » [dokuwiki] Re: more events questions
- » [dokuwiki] Re: more events questions
- [dokuwiki] Re: more events questions
- From: Chris Smith