Synchronization of threads slows down a multithreaded application
- by Dimitri
Hello,
I have a multithreaded application written in c#. What i noticed is that implementing thread synchronization with lock(this) method slows down the application by 20%. Is that an expected behavior or should i look into the implementation closer?