You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by Apache Wiki <wi...@apache.org> on 2006/10/19 11:58:48 UTC

[Qpid Wiki] Trivial Update of "CppTips/PrivateLocking" by MarnieMcCormack

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Qpid Wiki" for change notification.

The following page has been changed by MarnieMcCormack:
http://wiki.apache.org/qpid/CppTips/PrivateLocking

------------------------------------------------------------------------------
+ MIGRATED to http://cwiki.apache.org/confluence/display/qpid/PrivateLocking
  
  The only way to write thread safe code without losing your mind is to keep your synchronisation simple and small. You cannot test for thread safety. Really you can't. If synchronization is complicated or spread out it's pretty much impossible to know by inspection whether it's correct.