hi, 2010/1/20 Peter Rundle <[email protected]>: > Hi Sluggers, > > > I hope this question is appropriate for this list. I have a PHP web-site > running on Apache and Linux. A PHP routine produces a page that is sent back > to the browser, but then it has some house-keeping to do which takes some > time, perhaps many seconds but the housekeeping doesn't result in any more > output to the browser (any output from that point on goes to a log).
http://php.net/flush and possibly http://php.net/ob_flush are likely the droids you are looking for. cheers justin -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
