See Jeffrey Richter's article on sync blocks for some more gen. http://msdn.microsoft.com/msdnmag/issues/03/01/NET/default.aspx
> -----Original Message----- > From: Discussion of the Rotor Shared Source CLI implementation > [mailto:[EMAIL PROTECTED]] On Behalf Of Archana > Sent: Monday, January 06, 2003 6:59 AM > To: [EMAIL PROTECTED] > Subject: [DOTNET-ROTOR] object synchronization > > Hi, > Rotor documentation talks about syncblk routines as ones that provide > runtime support wrt object synchronization, > Does this mean sync-ing when many threads are trying to access the > object at once ? At which level sync-ing is implied > are there any other pointers that explain about sync blocks, why they > are required etc.. in detail ? > > Regards