Re: NSTask, NSFileHandle, readInBackgroundAndNotify and avoiding polling
Re: NSTask, NSFileHandle, readInBackgroundAndNotify and avoiding polling
- Subject: Re: NSTask, NSFileHandle, readInBackgroundAndNotify and avoiding polling
- From: Jim Correia <email@hidden>
- Date: Thu, 11 Jul 2002 09:09:43 -0400
On Thursday, July 11, 2002, at 08:44 AM, Andreas Mayer wrote:
Am Donnerstag den, 11. Juli 2002, um 06:24, schrieb Jim Correia:
then a notification with 0 length data when the script closes stdout,
Is this the expected behavior?
Yes. As stated in an Apple example:
// If the length of the data is zero, then the task is
basically over - there is nothing
// more to get from the handle so we may as well shut down.
I grabbed the sample and see that. I didn't find that nugget in the
docs last night.
Thanks,
Jim
_______________________________________________
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.