Re: [PHP] How can I make a PHP script run as a background process ????

2001-01-22 Thread Benny Nissen
Thanks Richard for the info. Will try to see if I can make something work. I do think that a background job thread is missing from PHP (as standard functions etc.) Benny ""Richard Lynch"" <[EMAIL PROTECTED]> skrev i en meddelelse 06a501c084ca$19dc44a0$[EMAIL PROTECTED]">news:06a501c084ca$19dc44

Re: [PHP] How can I make a PHP script run as a background process ????

2001-01-22 Thread Richard Lynch
> I need to have some task performed all the time in the background (database > task etc.) > How is this possible with PHP. I do not have direct access to the OS (can > not make an application to run directly under linux). Is it possible to have > a PHP script execute all the time in some way. Hm

[PHP] How can I make a PHP script run as a background process ????

2001-01-22 Thread Benny Nissen
Hi All I need to have some task performed all the time in the background (database task etc.) How is this possible with PHP. I do not have direct access to the OS (can not make an application to run directly under linux). Is it possible to have a PHP script execute all the time in some way. Than