Ray's playground

 

Synchronization and Time(Chapter 2 of Concurrent Programming on Windows)

  The ideal architecture for building concurrent systems demands a hybrid approach. At a coarse-grain, asynchronous agents are isolated and communicate in a mostly loosely coupled fashion; message passing is great for this. Then at a fine-grain, parallel computations share memory and use data and task parallel techniques.

posted on 2010-08-10 22:10  Ray Z  阅读(186)  评论(0编辑  收藏  举报

导航