CriticalSections vs Mutex

Issue #34 resolved
AVJoKe created an issue

From a performance point of view, wouldn´t it make more sense to use CriticalSections to ensure a thread safety?

Comments (2)

  1. Duncan

    probably :) I just like mutexes, because I understand them. As long as the class keeps the same behavior, feel free to do a pullrequest

  2. Duncan
    • resolved issue #42 (fixed the pre/post filters)

    • resolved issue #34 (critical sections lock tested & working)

    • dynamic DLLLoader name (avoids detection + you can debug two DLL files in the same directory)

    → <<cset d777ee3590d5>>

  3. Log in to comment