Friday, September 25, 2020

research on CMultiLock vs CSingleLock class

research on CMultiLock vs CSingleLock class

  1. CMultiLock Class
  2. CSingleLock Class
  3. Microsoft KB Archive/151033
  4. If the CMultiLock class is used to synchronize on more than eight synchronization objects, a memory leak occurs when using CEvent, CSemaphore, or CMutex as the synchronization objects. The size of the leak equals the number of synchronization objects used multiplied by the memory needed for a BOOL variable.

    Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Visual C++ 32- bit Edition version 4.2.

  5. Formatted MessageBox/AfxMessageBox
  6. Determine Information about System, User, Processes, Hardware...
  7. Explicating the new C++ standard (C++0x), and its implementation in VC10
  8. The Practical Guide to Multithreading - Part 1
  9. The Practical Guide to Multithreading - Part 2
  10. Simple Multithreaded Application in pure C, Win32 and MFC
  11. Thread Synchronization for Beginners
  12. Synchronization in Multithreaded Applications with MFC
  13. MFC Thread Synchronization using SYNCHRONIZED macro
  14. Automatic thread synchronization - Exception based class library
  15. How to create a Simple Lock Framework for C++ Synchronization
  16. This article explains how to create your own simple Lock Framework for C++ synchronization.

  17. EpiLibrary ::Visual C++ Utility Library
  18. https://github.com/juhgiyo/EpLibrary
  19. lock framework is good to use

No comments:

Post a Comment