From: "Lucas Gonze" <[EMAIL PROTECTED]>

> On Friday, Feb 20, 2004, at 13:52 America/New_York, Pablo Gosse wrote:
> > 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
> 
> Well, the best match there is ob_end_flush, as far as I can tell.  
> Unfortunately that keeps the connection alive while the cache is being 
> recalculated, so that even though the browser has everything it's going 
> to get almost immediately, the throbber keeps going for quite a while, 
> thereby freaking out my users.  :(

Maybe register_shutdown_function()?

---John Holmes...

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

Reply via email to