Re: NSTask and Notification?
Re: NSTask and Notification?
- Subject: Re: NSTask and Notification?
- From: "Alastair J.Houghton" <email@hidden>
- Date: Fri, 24 Oct 2003 16:04:09 +0100
On Friday, October 24, 2003, at 03:56 pm, David Dauer wrote:
Is this a good solution to use
NSFileHandleReadToEndOfFileCompletionNotification and
readToEndOfFileInBackgroundAndNotify?
Yes, it's fine. The only thing to say about it is that you can't use
this technique if the program you're controlling also requires input,
because you can deadlock (you won't see its request for input, but
it'll be waiting for you to respond before continuing with its output).
Kind regards,
Alastair.
_______________________________________________
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.