在软件工程中,并发型模式是用来处理多线程编程范式的一类设计模式。
举例
*
*
- 双重检查锁定模式
- Guarded suspension
- Leaders/followers pattern
- 监视对象
- 读写锁模式
- 调度者模式
- 线程池
- 线程本地存储
- 反应堆模式
外部連結
Software Engineering Radio 中關於併發型模式的資料:
*[http://www.se-radio.net/index.php?post_id=81083 Episode 12: Concurrency Pt. 1]
*[http://www.se-radio.net/index.php?post_id=99079 Episode 19: Concurrency Pt. 2]
*[https://web.archive.org/web/20100612100400/http://se-radio.net/podcast/2006-09/episode-29-concurrency-pt3 Episode 29: Concurrency Pt. 3]
參考
评论 (0)