20002009 Ericsson AB. All Rights Reserved. The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. Distributed Erlang distribution.xml
What is distributed Erlang?
Example
When to use distributed Erlang

Where to read more

Erlang book:

Chapter 6 Distributed Programming - Describes how to write distributed Erlang applications which run on a network of Erlang nodes. Chapter 11 Distributed Programming Techniques. Chapter 12 Distributed Data.

Man pages:

auth - The Erlang authentication server. Note: The actual authentication has been moved from this process to the handshaking procedure. The man page gives a good description of the principles behind the cookie authentication mechanism however. erlang - Description of the BIFs. global - A global name registration facility. global_group - Grouping nodes to global name registration groups. net_adm - Various net administration routines. net_kernel - Networking kernel. pg - Distributed named process groups, experimental implementation. pg2 - Distributed named process groups. pool - Load distribution facility. slave - Functions for starting and controlling slave nodes.

Other: