Subscribe to our Erlang Factory newsletter to receive the latest updates and news

Jesper Louis Andersen
Distribution Geek, Creator of the Erlang BitTorrent Client
Erlang Solutions

Speaker
Jesper is an Erlang hacker at Erlang Solutions Ltd, working on all kinds of Erlang stuff. From optimization, to protocols, to internals. He also has some knowledge about Unix systems, functional programming, semantics, type systems and formal verification.

Before joining Erlang Solutions, he studied computer science at Copenhagen University. And he wrote a couple of BitTorrent clients, in Haskell and Erlang.

 
Twitter: @jlouis666

Jesper Louis Andersen is Giving the Following Talks
Safetyvalve - Load Regulation with Specifications

This talk presents safetyvalve, yet another load regulation framework for Erlang. What makes safetyvalve stand out is an experiment: All code is derived from a QuickCheck specification. That is, the specification is written before the code is extended with functionality. And you are only allowed to extend the code when you know how to write the specification for it.

Safetyvalve is also unique in that it contains a CoDel (Controlled Delay) queue management algorithm. This allows for self-tuning load regulation where the system adapts to the machine on which is runs, large or small.

I claim that code derived from specifications results in smaller and more correct programs. I claim that it results in faster development. And I claim it is much more fun.

Talk objectives: In addition to the application itself, we show how to derive a QuickCheck specification as a study. How to start small and then systematically extend the specification until it covers the program one wishes to derive.

Target audience: People interested in load regulation and queuing methods; People who would like a case study of QuickCheck specifications.
Tutorial: Fine-Tuning the Erlang VM

This tutorial will focus on diagnosing and fixing common Erlang performance problems. Topics to be covered include SMP vs. UP scheduling, tuning garbage collection, writing well behaved NIFs, and using built-in tools like percept and monitor to visualize & diagnose system performance.
Jesper Louis Andersen is Host to the Following Tracks

In this track, you will learn from the leading experts and Erlang committers about new language constructs, virtual machine implementations and powerful libraries. Esoteric VM implementations are presented, alongside improvements and enhancements to the existing VM. You will learn how many of its features work and how to best use them to write fast and efficient code. You will also get a chance to learn how Erlang features fit into larger systems taking its unique features into account. If linear scalability on multi-core architectures is your thing, this is the track you will want to attend.