Re: NSConnection, where'd my proxy go?
Re: NSConnection, where'd my proxy go?
- Subject: Re: NSConnection, where'd my proxy go?
- From: Mel Walker <email@hidden>
- Date: Sat, 8 Jun 2002 15:34:23 -0600
On Saturday, June 8, 2002, at 11:55 AM, Bill Bumgarner wrote:
Making the UI layer thread safe buys the developer very little... forcing
all UI interaction into a single thread forces the issue to a granularity
that is a hell of a lot easier to deal with in that you don't end up with
a pile of user generated events interleaved with the already complex tasks
associated with keeping multithreaded execution both sane and efficient.
I'd like to interject a question, if I may, regarding UI and threads: In
my application, I'm not actually drawing from my thread, but I'm enabling
and disabling a button, and calling setNeedsDisplay: on my a view. Is this
all right to do, since I'm not actually doing any drawing in my thread?
--
Mel Walker <email@hidden>
Software Engineer
_______________________________________________
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.