<quote who="Peter Rundle">

> What I would like to do is end/close the http request so that the browser
> gets the HTTP equivelent of an "EOF" but allow the php script to keep
> running. Now flush() does send the output to date to the browser but the
> browsers "busy" icon keeps running because the http session isn't closed
> until the php ends.

You're very likely to find a solution to this in the WordPress code base,
particularly related to the WP-Cron code (an implementation of "poor man's
cron", in order to run scheduled jobs based on client requests rather than
exact times as with Really Proper Cron).

- Jeff

-- 
linux.conf.au 2010: Wellington, NZ                http://www.lca2010.org.nz/
 
   "Try Thunderbird, like Evolution but without all the features." - Pia
                                   Waugh
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to