Pattern-Oriented Software Architecture: Difference between revisions

Content deleted Content added
POSA2: Copyedit.
Line 35:
 
== POSA2 ==
 
{{Infobox book
| name = Pattern-Oriented Software Architecture Volume 2: Patterns for Concurrent and Networked Objects
| author = [[Douglas C. Schmidt]], Michael Stal, Hans Rohnert, Frank Buschmann
| language = English
| subject = [[Computer programming]]
| published = {{plainlist|2000
| isbn = 978-0471606956
* 2000 }}
| isbn = 978-0471606956
}}
 
Line 56 ⟶ 54:
* [[Asynchronous Completion Token]]
* [[Acceptor-Connector]]
Synchronization Patternspatterns
* [[Scoped Locking]]
* [[Strategized Locking]]
* [[Thread safety|Thread-Safe Interface]]
* [[Double-checked locking]]
Concurrency Patternspatterns
* [[Active object]]
* [[Monitor (synchronization)|Monitor Object]]