Posted By:
Prince_Arora
Posted On:
Thursday, February 7, 2002 08:49 AM
Is there any time limit on the execution of java process ? I write a process which
is supposed to be run continuously. It makes connection to Oracle DB and insert rows into it.
I find a very interesting thing that after some time my process does not exist. 'ps -ef '
does not show my process id and i never get a print 'Killed proces ' on my console.
Thanks