Re: strange zombie NSTask which never completes on certain machines...
Re: strange zombie NSTask which never completes on certain machines...
- Subject: Re: strange zombie NSTask which never completes on certain machines...
- From: "Ryan Poling" <email@hidden>
- Date: Tue, 19 Dec 2006 16:33:12 -0800
Thanks, you've set me down the right path (I think) to solving this
problem. What a pain! ;-)
I also found this:
<http://macosx.com/forums/software-programming-web-scripting/4522-better-
way-read-nstask.html>
Now my problem is that I need all the data together at once before I can
parse it since it's a plist. But NSData doesn't seem to have any
methods to append data to itself.
Doh.
>External processes can block if you don't read from stdout and stderr in
>a timely fashion, and write to it's stdin when it expects.
-Ryan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden