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

If by terminate the connection you mean stop sending back information to
the browser, then perhaps you should look into output control functions:

http://ca3.php.net/manual/en/ref.outcontrol.php

HTH.

Pablo

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

Reply via email to