Let's go invent tomorrow instead of worrying about what happened yesterday|mail@jankowskimichal.pl

synchronization

Lock-Free Thread Synchronization with Richter

August 15, 2012 Jeffrey Richter will lead a free webcast entitled “Lock-Free Thread Sychronization”. During the presentation Jeffrey Richter will be demonstrating issues associated with data sharing between threads. To participate in the presentation you must register on the organizer website. You can find there additional information about this event.

By |2012-07-18T13:50:26+02:0018 July 2012 |Categories: Software development|Tags: , , , |0 Comments

lock (this) – For and against

Recently reviewing the code I have found the following construction: lock (this) { // Do something } To synchronize access to shared resource object is used, in which this construction occur. Theoretically, this code is correct. What more, there was no problem with deadlock in the program. […]

By |2013-06-10T13:56:42+02:0013 January 2012 |Categories: Software development|Tags: , , , , |11 Comments
Go to Top