Peter Van Roy

Université catholique de Louvain

Peter Van Roy is a professor in the ICTEAM Institute at the Université catholique de Louvain (Belgium). He has a long experience in programming languages, distributed systems, and general system design. He coordinated the LightKone Horizon 2020 project on Erlang-based systems for edge computing based on CRDTs and hybrid gossip algorithms. He is currently working on the ΔQSD system design paradigm with PNSol (UK), on computer-aided music composition based on constraint programming with IRCAM (France), and on edge computing based on Erlang and GRiSP with Stritzinger GmbH (Germany).

He is the author of “Concepts, Techniques, and Models of Computer Programming” and of “Programming Paradigms for Dummies”.

Keynote:
Little things and big things: lessons for building large systems

Talk:
Little things and big things: lessons for building large systems

Designing systems at a bigger scale than what has been done before is hard. Past experience only goes so far. In this talk I will give some hard-earned lessons of system design, both little and big, that can keep your system working and save your sanity when you are building a big system. I will illustrate these lessons with examples taken from real systems. Some topics I will cover are: two rules that the system must always obey, why big buffers are bad, what happens when the system jumps off a cliff, how to avoid nondeterminism in distributed systems, understanding internal and external correlations, the right way to use time-outs, whether to mitigate or propagate (building on top of supervisor trees), and the importance of multiple timescales. This talk is based on an ongoing project in collaboration with the company PNSol. We are creating a comprehensive tutorial and tool support for large-scale system design. I dedicate this talk to Neil Davies and Peter Thompson of PNSol for their insights and friendship.