併發型模式
跳到导航
跳到搜索
在软件工程中,并发型模式是用来处理多线程编程范式的一类设计模式。
举例[编辑]
- 主动对象[1][2]
- Balking pattern
- 双重检查锁定模式
- Guarded suspension
- Leaders/followers pattern
- 监视对象
- 读写锁模式
- 调度者模式
- 线程池
- 线程本地存储
- 反应堆模式
外部連結[编辑]
Software Engineering Radio 中關於併發型模式的資料:
參考[编辑]
- ^ Douglas C. Schmidt, Michael Stal, Hans Rohnert, Frank Buschmann "Pattern-Oriented Software Architecture, Volume 2, Patterns for Concurrent and Networked Objects", Wiley, 2000
- ^ R. Greg Lavender, Doublas C Scmidt. Active Object (PDF). 1995 [2010-06-17]. (原始内容 (PDF)存档于2012-09-24).
|