Re: Synchronizing Thread Execution
Re: Synchronizing Thread Execution
- Subject: Re: Synchronizing Thread Execution
- From: Scott Ribe <email@hidden>
- Date: Mon, 04 Dec 2006 21:18:24 -0700
- Thread-topic: Synchronizing Thread Execution
> I gave it a shot and tried different variations of how and where the
> variable was instantiated, but the results did not improve upon the
> usage of @synchronized(self).
You need a single variable, instantiated only once with a single object, at
some well-defined init/startup time. Are you sure you tried that?
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden