0
kicks
Message passing architecture in C#
A lot of people have written about the benefits of writing software, especially concurrent software, in a message passing architecture. The poster-child language for this style of programming is Erlang, a functional language. In this post I will explain briefly what “message passing architecture” means (in .NET terms), and how I implemented it in my OSS library ErlyThreads, which I am using in the TFSTracker application.