On Tue, Apr 24, 2001 at 12:54:56PM -0400, Boyce, David wrote:
> A guess: you're letting the object reference go out of scope without doing a
> waitFor() or similar. When it then gets garbage collected the JVM tells you
> what became of your abandoned child.

So should I do a WaitFor(p) (the process object to terminate?)

> 
> -David Boyce
> 
> -----Original Message-----
> From: Christoph Kukulies [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 24, 2001 12:34 PM
> To: [EMAIL PROTECTED]
> Subject: Reaped pid = 24793, status = 0
> 
> 
> 
> I'm doing an
> 
>  Process p=runner.exec(cmdarray);
> 
> in a servlet.
> 
> As a result everytime the exec executes (it executes a binary program
> sitting in the filesystem of the server) I'm getting these
> Reaped pid = <number> status=0
> 
> Do I have to care about them. Is it that I'm doing something 
> that could be done better without this messages appearing?
> 
> -- 
> Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

-- 
--Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

Reply via email to