hi,
i didn't recieve a response last time so i'm trying again. . . any advice
is appreciated. thank you!
--
Salman Halim
Advisory Software Engineer, HP Bluestone
Quidquid latine dictum sit, altum viditur.
-----Original Message-----
From: Halim, Salman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 3:56 PM
To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: exec in thread
hi,
i have the attached MyExec class; this is supposed to be a primitive
replacement for the exec task that will run its target in the background (by
spawning a thread and running in there). it isn't complete yet, but i
wanted to do some testing before going any further:
in short, the thread doesn't continue to run once the main class is done.
if i uncomment the delay loop in there, then it runs (because the main
MyExec is still running).
can anybody see if i'm doing something anti-ant in there, please? this
class is not very complicated, i promise!
thank you in advance,
--
Salman Halim
Advisory Software Engineer, HP Bluestone
Quidquid latine dictum sit, altum viditur.
MyExec.java