20002016 Ericsson AB. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions 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. pg2 - Distributed named process groups. pool - Load distribution facility. slave - Functions for starting and controlling slave nodes.

Other: