首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Erlang的并发库网的启发。

Erlang的并发库网的启发。

资 源 简 介

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
VIP VIP
0.175779s