
18 May
2011
18 May
'11
10:44 p.m.
On 5/18/2011 9:48 AM, Anthony Williams wrote:
Using boost::lock() you don't have to worry about defining an ordering; boost::lock() will take care of it for you.
That's great but I need to forget about this strategy since I'll need a global mutex to lock the redir() function calls; i.e. it'll need to lock a global mutex in order to lock 2 other mutexes. I don't think this is worth it. -Phil