Tagged Questions

0
votes
3answers
257 views

Does “Double Checked Locking” work in ColdFusion?

I have used a version of double checked locking in my CF app (before I knew what double checked locking was). Essentially, I check for the existance of an object. If it is not present, I lock ...