Re: [PHP] Backend autodatabase update

2009-03-08 Thread George Larson
There are a lot of ways to tackle that problem but everything coming to mind involves third-party software. You can use Sysinternals PsList( http://technet.microsoft.com/en-us/sysinternals/bb896682.aspx) to look for your process. If t

Re: [PHP] Backend autodatabase update

2009-03-08 Thread Andrew Williams
*I want to check that the job is still running and start, if it stopped because the program is meant to consistently update for the global market?* On Sat, Mar 7, 2009 at 11:19 PM, George Larson wrote: > I'm new to the list, so maybe I've missed something. Please disregard if > I'm blathering i

Re: [PHP] Backend autodatabase update

2009-03-08 Thread Andrew Williams
The Os is windows. so which is better way to keep the program constantly. The program get financial data from different system and update our database for another system to pick up. The pick up system is across the glob and because of global time difference, the program must be up running 24 hours

Re: [PHP] Backend autodatabase update

2009-03-07 Thread Nathan Nobbe
On Sat, Mar 7, 2009 at 3:56 PM, Andrew Williams wrote: > Dear All, > > I have written a back end php program that update live stream database and > this data is streamed 24 hours a day. Please, what is the best way to make > sure this program execute or runs 24 hours day. is this running as a da

Re: [PHP] Backend autodatabase update

2009-03-07 Thread George Larson
I'm new to the list, so maybe I've missed something. Please disregard if I'm blathering idiotically. What OS are you using? Do you mean that you want to run the job repetitively (again and again) or do you mean that you want to check that the job is still running and start, if it stopped? On Sa

Re: [PHP] Backend autodatabase update

2009-03-07 Thread 9el
cronjob or deamon to execute the php file On Sun, Mar 8, 2009 at 4:56 AM, Andrew Williams wrote: > Dear All, > > I have written a back end php program that update live stream database and > this data is streamed 24 hours a day. Please, what is the best way to make > sure this program execute or

[PHP] Backend autodatabase update

2009-03-07 Thread Andrew Williams
Dear All, I have written a back end php program that update live stream database and this data is streamed 24 hours a day. Please, what is the best way to make sure this program execute or runs 24 hours day. Best Wishes Andrew Williams www.willandy.co.uk