Re: NSTask, NSFileHandle, readInBackgroundAndNotify and avoiding polling
Re: NSTask, NSFileHandle, readInBackgroundAndNotify and avoiding polling
- Subject: Re: NSTask, NSFileHandle, readInBackgroundAndNotify and avoiding polling
- From: Andreas Mayer <email@hidden>
- Date: Thu, 11 Jul 2002 14:44:35 +0200
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.
bye. Andreas.
_______________________________________________
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.