2010
Google Apps propose l'authentification forte
by Giraultises (via)2008
gen_server behaviour in Erlang - You don't want to read this.
by greutThe power of OTP comes from the fact that properties such as fault tolerance, scalability, dynamic-code upgrade, and so on, can be provided by the behavior itself. In other words, the writer of the callback does not have to worry about [those things] because this is provided by the behavior.
Erlang Community - A fast web server demonstrating some undocumented Erlang features - Trapexit
by greut & 1 otherThis HOWTO describes a web server written for the day when even Yaws is not quick enough.