Re: [PHP] replacing register_shutdown_function

2003-05-29 Thread Marek Kilimajer
Put an & in: exec("/dealnews/myscript.php &"); The script will run in background. Brian Moon wrote: Hi all, Ever since register_shutdown_function was changed to no longer happen after the connection was closed, several things on our site have started to suck. Not the main, public site, but our

[PHP] replacing register_shutdown_function

2003-05-29 Thread Brian Moon
Hi all, Ever since register_shutdown_function was changed to no longer happen after the connection was closed, several things on our site have started to suck. Not the main, public site, but our internal pages where cache is regenerated and such. I have tried using the pcntl functions in an exec'