what I do for that is I have a script I run when either of UV admins
logs in which checks the status of any phantoms that are supposed to
be running on a daily basis, and if not, reports that they are not running.
which is much easier in *NIX (with the ps command). I don't know what
you would use in NT to see running processes. Using PORT.STATUS unless
your root i *NIX only shows your processes, not all processes. Don't know
how it behaves in windows.

This is fine for one or two events.

However, the scheduling software (like BENTON and others) would probably
be the better route to take if you have a lot of scheduling. But You could
also write a small UV Basic program that would sample the date/time, then
check to see if any processes should fire off, and phantom them off, then
do a CHAIN to phantom itself again (to prevent previous completed phantoms
from hanging the processes up waiting for the parent phantom to die).

If you go this route, make sure the checks are only done once per minute
or you will start rapid firing processes until the minute is up.

At least in UV phantoms are free (unless you start using the socket stuff
with the newer UV releases - or so it's been stated).

George


>-----Original Message-----
>From: Kryka, Richard [mailto:[EMAIL PROTECTED]
>Sent: Friday, April 23, 2004 12:49 PM
>To: U2 Users Discussion List
>Subject: RE: How to schedule Pick basic programs
>
>
>I like the scheduled approach (NT).  A phantom in UniVerse 
>like is shown
>below with the LOOP/REPEAT gets lost when the server is restarted.  So
>you need to have a procedure that restarts the job.  If you use the NT
>scheduler, it is always going to run -- even after a restart.
>
>Dick Kryka
>Director of Applications
>CCCS of Greater Denver, Inc.
>Paragon Financial Services
>303-632-2226
>[EMAIL PROTECTED]
>
>
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to