Re: Reading data from an NSTask [SOLVED]
Re: Reading data from an NSTask [SOLVED]
- Subject: Re: Reading data from an NSTask [SOLVED]
- From: Ken Tozier <email@hidden>
- Date: Tue, 5 Jul 2005 23:49:50 -0400
On Jul 5, 2005, at 2:09 AM, j o a r wrote:
Note that "availableData" will block the execution of your thread
until it returns. Most of the time that's not what you want - at
least not in GUI applications. Another example of an asynchronous
approach:
First attempt at using NSTask and NSPipe. I just needed to get a
handhold, something "I got", before getting too involved with the
nuances. I'm comfortable enough with the topic now to delve into the
asynchronous approach.
<http://www.cocoabuilder.com/archive/message/2004/12/7/123271>
Excellent link Joar. Thanks for all your help.
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden