Re: mulithreading, dual-core
Re: mulithreading, dual-core
- Subject: Re: mulithreading, dual-core
- From: Shawn Erickson <email@hidden>
- Date: Sun, 25 Feb 2007 08:02:19 -0800
On Feb 25, 2007, at 7:28 AM, John Daniel wrote:
Learn about the volatile modifier. Your code isn't going to be just
multithreaded, it will be parallel. You won't be able to get away
with just mutex locks. They will have to be volatile mutex locks.
If you use proper locking you won't need volatile.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden