Re: Notification System Woes
Re: Notification System Woes
- Subject: Re: Notification System Woes
- From: Simon Stapleton <email@hidden>
- Date: Wed, 3 Dec 2003 09:15:36 +0100
From: Saul Iversen <email@hidden>
Date: Wed, 3 Dec 2003 00:15:33 -0500
<snip>
Needless to say, I'd rather be receiving notifications much more
frequently so that I could keep refreshing the temperature display in
real time. My question then is how can I work around this issue? Can I
somehow set a smaller "buffer full" size so that the notification comes
after just a few bytes? Or should I be using an entirely different
approach? Your patience and support are sincerely appreciated.
Hi Saul
The following might be of help
env = [[[NSProcessInfo processInfo] environment] mutableCopy];
[env setObject:@"YES" forKey:@"NSUnbufferedIO"];
No, it's not terribly obvious, nor well documented.
Simon
--
AppleCare. Now _there's_ an oxymoron for you.
--
PGP Key Id : 0x50D0698D
_______________________________________________
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.