Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Concurrency pattern
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
In [[software engineering]], '''[[Concurrency (computer science)|concurrency]] patterns''' are those types of [[design pattern (computer science)|design patterns]] that deal with the [[multi-threaded]] programming paradigm. Examples of this class of patterns include: * [[Active object]]<ref>[[Douglas C. Schmidt]], Michael Stal, Hans Rohnert, Frank Buschmann "Pattern-Oriented Software Architecture, Volume 2, Patterns for Concurrent and Networked Objects", Wiley, 2000</ref><ref>{{cite web |author=R. Greg Lavender, Douglas C. Schmidt |year=1995 |title=Active Object |url=http://www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf |url-status=dead |archive-url=https://web.archive.org/web/20100615214451/http://www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf |archive-date=2010-06-15 |accessdate=2010-06-17}}</ref> * [[Balking pattern]] * [[Barrier (computer science)|Barrier]] * [[Double-checked locking]] * [[Guarded suspension]] * Leaders/followers pattern * [[Monitor (synchronization)|Monitor object]] * [[Nuclear computation|Nuclear reaction]] * [[Reactor pattern]] * [[Readers–writer lock]] * [[Scheduler pattern]] * [[Thread pool pattern]] * [[Thread-local storage]] == See also == * ''[[Design Patterns]]'' (book) * [[Behavioral pattern]] * [[Creational pattern]] * [[Structural pattern]] == References == {{Reflist}} == External links == * [http://shairosenfeld.com/concurrency.html ScaleConf Presentation about concurrency patterns] * [https://www.youtube.com/watch?v=5zXAHh5tJqQ GopherCon Rethinking Classical Concurrency Patterns] [https://www.scribd.com/document/419772234/Rethinking-Classical-Concurrency-Patterns slides] * [https://github.com/golang/go/wiki/LearnConcurrency GoWiki: Learn Concurrency] [[Sound recording and reproduction|Recordings]] about concurrency patterns from Software Engineering Radio: * [http://www.se-radio.net/2006/04/episode-12-concurrency-pt-1/ Episode 12: Concurrency Pt. 1] * [http://www.se-radio.net/2006/06/episode-19-concurrency-pt-2/ Episode 19: Concurrency Pt. 2] * [http://www.se-radio.net/2006/09/episode-29-concurrency-pt-3/ Episode 29: Concurrency Pt. 3] {{Design Patterns patterns}} [[Category:Concurrent computing]] [[Category:Software design patterns]] [[Category:Concurrency (computer science)]] {{comp-sci-stub}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite web
(
edit
)
Template:Comp-sci-stub
(
edit
)
Template:Design Patterns patterns
(
edit
)
Template:Reflist
(
edit
)