Re: Processes vs. Threads in Cocoa software architectures
Re: Processes vs. Threads in Cocoa software architectures
- Subject: Re: Processes vs. Threads in Cocoa software architectures
- From: Ron Fleckner <email@hidden>
- Date: Thu, 7 Sep 2006 12:24:31 +1000
Eric Buck wrote:
Processes vs. Threads in Cocoa software architectures
Every modern Cocoa application is already multi-threaded. The
NSUIHeartBeat is a separate thread that handles the pulsing of
buttons, the movement of progress bars, and timers. It does this by
messaging the main thread. Fortunately, Cocoa programmers seldom
if ever need to deal with NSUIHeartBeat directly...
Thanks very much
Ron Fleckner
_______________________________________________
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