I know these aren't "design patterns" in the ordinary sense, but they seem to be ultimate models of computation. Every real world problem I've encountered has been much more easier to solve when looking at the system as a set of sequential processes that communicate.
Best of all - you can do it in almost every system out there. Shell + C is the oldest CSP "framework" I can think of.
No comments yet.