singleton pattern and double check

822阅读 0评论2010-01-10 raymond1984
分类:LINUX

most of cpp programmer know we can use double check to implement multi-thread of singleton pattern, but where the DOUBLE CHECK from? is it enough to do multi-thread version singleton pattern?
please see the foolowing article
上一篇:关于linux文件操作
下一篇:没有了