Explore chapters and articles related to this topic
Comparison of Erlang/OTP and JADE implementations for standby redundancy in a holonic controller
Published in International Journal of Computer Integrated Manufacturing, 2019
G. T. Hawkridge, A. H. Basson, K. Kruger
In Erlang/OTP, each process has a process identifier (pid) which serves as a unique identifier for message transmission. Erlang/OTP also features mechanisms for both local and global name registration: local names have scope within each node, whereas global names have scope within the global group. Registered names and process identifiers can be used interchangeably, since registered names are automatically resolved when a message is sent.