[推荐]dotNET中进程间同步/通信的经典框架

推荐一篇关于dotNET中常用的进程间同步或通信的框架文章:

A C# Framework for Interprocess Synchronization and Communication
By
Christoph Ruegg

How to share resources and implement a rich message/data passing architecture between threads and processes (SOA) 

起码在好几个很成熟的框架代码中都能够找到对Christoph Ruegg的库使用,比如Barrier,MemoryMapping,Semaphore等等。

经典框架,大家多多使用吧。

原文地址:https://www.cnblogs.com/zhengyun_ustc/p/136074.html