NSUnbufferedIO
NSUnbufferedIO
- Subject: NSUnbufferedIO
- From: Jim Balhoff <email@hidden>
- Date: Sun, 13 Oct 2002 00:24:52 -0400
Hi all,
I just got the new "Cocoa Programming" book by Anguish et al., and I
found something very useful in the section about NSTask. They mention
that processes launched with NSTask in Project Builder have the
environment variable NSUnbufferedIO set to "YES", while those launched
from Finder use "NO" by default, which can lead to unexpected results.
They then show how to set this value for one's NSTask instance.
My question is, how could I have found out about NSUnbufferedIO without
happening upon it in this book?
I searched the web with Google, Apple's developer site with Google, and
used the batch find in Project Builder, and found no instances of the
word NSUnbufferedIO.
Thanks,
Jim Balhoff
_______________________________________________
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.