[PHP] Re: Executing a time intensive script

2002-04-19 Thread Michael Virnstein
you 'd need process forking, which is has to be compiled into php and which should/could not be used within a webserver environement. i don't know your scripts will work, if you call process_function after including auth_user.php. if it works, i'd do it this way: Regards Michael "Zach Curtis"

[PHP] Re: Executing a time intensive script

2002-04-18 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Zach Curtis) wrote: > Is there a way to get the function to > execute and let it run on its own within login.php and let the user continue > on to the authenticated area without that delay?