aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/tutorial/distribution.xml
blob: 6a0ea759c4cf21386f790d0522242e2f1bda02af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">

<chapter>
  <header>
    <copyright>
      <year>2000</year><year>2013</year>
      <holder>Ericsson AB. All Rights Reserved.</holder>
    </copyright>
    <legalnotice>
      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.
    
    </legalnotice>

    <title>Distributed Erlang</title>
    <prepared></prepared>
    <docno></docno>
    <date></date>
    <rev></rev>
    <file>distribution.xml</file>
  </header>

  <section>
    <title>What is distributed Erlang?</title>
  </section>

  <section>
    <title>Example</title>
  </section>

  <section>
    <title>When to use distributed Erlang</title>
    <p></p>
  </section>

  <section>
    <title>Where to read more</title>
    <p><em>Erlang book:</em></p>
    <list type="bulleted">
      <item>Chapter 6 Distributed Programming - Describes how to write distributed Erlang applications which run on a network of Erlang nodes.</item>
      <item>Chapter 11 Distributed Programming Techniques.</item>
      <item>Chapter 12 Distributed Data.</item>
    </list>
    <p><em>Man pages:</em></p>
    <list type="bulleted">
      <item>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.</item>
      <item>erlang - Description of the BIFs.</item>
      <item>global - A global name registration facility.</item>
      <item>global_group - Grouping nodes to global name registration groups.</item>
      <item>net_adm - Various net administration routines.</item>
      <item>net_kernel - Networking kernel.</item>
      <item>pg - Distributed named process groups, experimental implementation.</item>
      <item>pg2 - Distributed named process groups.</item>
      <item>pool - Load distribution facility.</item>
      <item>slave - Functions for starting and controlling slave nodes.</item>
    </list>
    <p><em>Other:</em></p>
  </section>
</chapter>