Re: Progress bar on front NSPanel is grey not blue??
Re: Progress bar on front NSPanel is grey not blue??
- Subject: Re: Progress bar on front NSPanel is grey not blue??
- From: Shaun Wexler <email@hidden>
- Date: Thu, 13 Apr 2006 13:15:26 -0700
On Apr 13, 2006, at 8:15 AM, Keary Suska wrote:
I wouldn't think so. And for the record, threading is the #1 most
overused
and abused techniques and should be the *last* option pursued if no
other
solutions work. I doubt they would be recommended as much if Cocoa
didn't
make them too easy.
Um, I have to call Bullshit() on that. The problem with most apps is
that they do everything on the main thread, and are unresponsive,
latent, beachball, etc. With the forthcoming onslaught of multi-core
CPU's, programmers must learn to embrace proper threading techniques
to improve their application design whenever possible. The key is to
know for what and when to use threads, and adapt dynamically to the
system config.
--
Shaun Wexler
MacFOH
http://www.macfoh.com
"You can't write a good song about a whorehouse unless you' been in
one." -- Woody Guthrie
_______________________________________________
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