Hi,

I have written a program which run as a Phantom.

PROGRAM TEST
CONDITION = 0
LOOP
UNTIL CONDITION DO
READ R.RECORD FROM F.FILE, ID.RECORD ELSE NULL
LOOP
UNTIL R.RECORD<1> = '' DO
<Processing>
DEL R.RECORD<1>
REPEAT
SLEEP 60
<<On a specific condition CONDITION = 1>>
REPEAT

Then I will run it as
EXECUTE TEST

Sometimes, the process does nothing.
If I check the process at UniVerse level, it shows as running. But at the Unix level the process got killed. Is there any setup at Unix server level like TIMEOUT where I have to look at.


Thanks.

Wade.

_________________________________________________________________
Tired of 56k? Get a FREE BT Broadband connection http://www.msn.co.uk/specials/btbroadband


--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to