Thursday, September 15, 2005

Concurrency Utilities in .NET

Today I have great fun in my HIT8197 Advanced .NET lab. We decided to do some group programming in order to create "the" bounded channel for .NET. For those of you who are not familiar with this concept you can read about it on SwinBrain.

The one thing that is often overlooked in .NET concurrent programming is the Interrupt exception on the enterring a lock.

I will write more on this tomorrow...