I'm doing some work for a company that has an auction site running in
coldfusion. They're not real happy with it, and it needs a major overhaul,
so I'm looking at redoing it, and while I'm at it, might as well move to
PHP (for a variety of reasons - not trying to reopen the PHP -vs- CFM thing
again :).
Anyway, so I'm looking at this system, and there are no "scheduled tasks"
(it's win2kas). How do you write a server app that needs to know when to
make things happen with a cron job? Is there some other technique that I
missed (long running processes with sleep() tend to be prone to error, and
I'm not sure that either cfm or php support that anyway).
Thanks,
Greg
coldfusion. They're not real happy with it, and it needs a major overhaul,
so I'm looking at redoing it, and while I'm at it, might as well move to
PHP (for a variety of reasons - not trying to reopen the PHP -vs- CFM thing
again :).
Anyway, so I'm looking at this system, and there are no "scheduled tasks"
(it's win2kas). How do you write a server app that needs to know when to
make things happen with a cron job? Is there some other technique that I
missed (long running processes with sleep() tend to be prone to error, and
I'm not sure that either cfm or php support that anyway).
Thanks,
Greg
Comment