Re: Shape of a knotty(?) threading problem
Re: Shape of a knotty(?) threading problem
- Subject: Re: Shape of a knotty(?) threading problem
- From: Ken Thomases <email@hidden>
- Date: Mon, 25 Mar 2013 22:42:54 -0500
On Mar 25, 2013, at 10:35 PM, Graham Cox wrote:
> The lock object - at the moment I have that as an ivar of the object that handles this, and I reuse it for every memory access. That is reasonable, right? I mean, because every single memory access has to bottleneck through the same address and data lines, they are the shared resource that I'm effectively locking access to.
Yes, that's sensible.
> Thanks very much for the help.
You're welcome.
Cheers,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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