[erlang-questions] Design patterns?
David Welton
davidnwelton@REDACTED
Sun Mar 8 08:21:46 CET 2015
> So Erlanger’s don’t tend to talk about ‘design patterns’ so much as ‘use
> OPT’
There are things that OTP either leaves out or doesn't provide much
guidance with:
* Isolating 'unreliable' resources: https://github.com/jlouis/fuse (he
links to other similar projects)
* Resource pools.
* Going beyond "let it crash".
http://jlouisramblings.blogspot.it/2010/11/on-erlang-state-and-crashes.html
- some mention of UI with regards to that would make for another great
article.
I think those are all 'design patterns' worthy of discussion; they
mostly have code available to discuss as well.
--
David N. Welton
http://www.welton.it/davidw/
http://www.dedasys.com/
More information about the erlang-questions
mailing list