Click here to Skip to main content
15,896,481 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 82.1K   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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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