13.10 Distribution Modules
Examples of modules useful for distributed programming:
In the Kernel application:
Module | Description |
global | A global name registration facility. |
global_group | Grouping nodes to global name registration groups. |
net_adm | Various Erlang net administration routines. |
net_kernel | Erlang networking kernel. |
Table 13.3: Kernel Modules Useful For Distribution.
In the STDLIB application:
Module | Description |
slave | Start and control of slave nodes. |
Table 13.4: STDLIB Modules Useful For Distribution.