Click here to Skip to main content
15,885,853 members
Articles / Programming Languages / C++

Double-Checked Locking Optimization

Rate me:
Please Sign up or sign in to vote.
4.57/5 (9 votes)
26 Oct 2009CPOL5 min read 81.6K   28  
The Double-Checked Locking Optimization Design Pattern reduces contention and synchronization overheads whenever critical sections of code must acquire locks in a thread-safe manner just once during program execution.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Netherlands Netherlands
I'm a C++ and C# .Net software engineer.

Comments and Discussions