Does this mean the end of the script termination does NOT need to be sent back to the browser ?

This smacks of something I needed recentyle with sending reports

The way I got around it was to

Create a flatfile database table with the job entries in it
Create a crontab that executed and cheked the database every 1 min and emailed the "requester"
who at the web page created the query


some of the script took 10 mins to process but were qued

Lucas Gonze wrote:
I have a situation where I want to send a cached result back then recalculate the cache. This is necessary because it takes a long time to generate a page. Is there a way for me to return what the browser needs, then terminate the connection without stopping my script?

Thanks in advance.

- Lucas

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to