theBeamBook - A description of the Erlang Runtime System ERTS and the virtual Machine BEAM. (more…)
Read more »
Erlang/OTP deployments that want to provide shell access or cluster nodes relied on something called the Erlang Port Mapper Daemon (EPMD), a separate process th... (more…)
Read more »
Yaws (Yet another web server) is a web server written in Erlang by Claes (klacke) Wikström. Yaws can be embedded into other Erlang-based applications or run as a regular standalone web server.[2]
... (more…)
Read more »
There are different ways to structure data within a file.
In the age of web, the most prominent one is JSON, followed by middle-aged XML and configuration-oriented YAML.
Human-readable ways to structure data, however, are just one side of the spectrum.
Th... (more…)
Read more »
Over the last few weeks I’ve been working on ErlangPL as my Google Summer of Code project. The part of the project I’ve been working on aimed at analysing the performance of the ETS (Erlang Term… (more…)
Read more »