Everyone knows that access to shared scopes (like APPLICATION) must be locked, both read access (locked with READONLY) and write access (locked with EXCLUSIVE). But many don’t realize that an IsDefined() test is a read and must be locked too. So, if you have code that looks like
Leave a Reply