Till KTH:s startsida Till KTH:s startsida

Visa version

Version skapad av Johan Montelius 2015-11-24 17:06

Visa < föregående | nästa >
Jämför < föregående | nästa >

Asynchronous communication

The message passing model of Erlang allows us to build asynchronous systems. In an asynchronous system we can hide latencies and implement a much more efficient solution. The problem is of course to keep track of what we're doing.