aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/tutorial/distribution.xml
blob: 40d60acb3a6e5c3ce9f529ef912e2fca2ce23ab4 (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>
      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.
    
    </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>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>