[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Planned execution of a script on a RAQ - AT not there ?
- Subject: RE: [cobalt-users] Planned execution of a script on a RAQ - AT not there ?
- From: Francisco Javier Fabra Caro <jfabra@xxxxxxxxx>
- Date: Mon May 10 02:38:00 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> How about a PHP script run from CRON, checks the time, if it's nearly the
> trigger time then it does a sleep until its exactly the right time then
> sends the emails using some sort of remailer, otherwise it exits.
> Should be accurate to a few milliseconds!
>
> Phil
>
Yeah!
Or just try to make something like this idea, and when it's nearly the
exact time give the proccess a higher priority. With this you should
avoid situation like the case of have a high CPU use and your triggered
program trying to hardly execute something.
Cheers,
fabRiX