View Source Introduction
Scope
The Erlang Runtime System Application, ERTS, contains functionality necessary to run the Erlang system.
Note
By default,
ERTSis only guaranteed to be compatible with other Erlang/OTP components from the same release asERTSitself.For information on how to communicate with Erlang/OTP components from earlier releases, see the documentation of system flag
+Rin erl.
Prerequisites
It is assumed that the reader is familiar with the Erlang programming language.