Re: monitor child process...
Re: monitor child process...
- Subject: Re: monitor child process...
- From: "Florian G\. Pflug" <email@hidden>
- Date: Tue, 17 Jun 2003 19:26:24 +0200
On Tue, Jun 17, 2003 at 04:51:28PM +1000, Lloyd Dupont wrote:
>
thanks, that's an excellent idea.
>
However it's not a convenient one as my monitoring process need to keep
>
responding to other request. I know I could thread, but I have found
>
even more simpler, by the way:
>
kill(aPid, 0); checked regularly tell me about the state of the process
>
:-)
wait (or maybe wait2) has option that makes it non-blocking...
check the manpage for details....
greetings, florian pflug
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.