Concurrency Patterns

A collection of design patterns & strategies for structuring concurrent programs.

Message Passing

Message passing is the way to go.

Pipelines

Pipelines can be rippin fast but are not suitable for every problem

Event Handling

The popular approach for GUI applications.

Shared State

Use locks and shared memory to shoot yourself in the foot in parallel.

Concurrency/Patterns (last edited 2009-05-19 16:40:11 by PeterFein)

Unable to edit the page? See the FrontPage for instructions.