资 源 简 介
Having messed around with Erlang a little bit, I came away very impressed with the concurrency features of the language.
With Erly-Threads I mean to provide a .NET 2 library that will provide the same concurrency features.
The idea behind this is that threads communicate with Serializable messages instead of with memory sharing techniques. Therefore no synchronization primitives need to be used since no memory is shared, ie, no memory corruption, deadlocks and so on.
Have a look at the homepage (The link should be to the right) for examples and some documentation for the API.
Comments welcome: erly-threads@pb.co.za