File: part.html

package info (click to toggle)
erlang-doc-html 1%3A11.b.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 23,284 kB
  • ctags: 10,724
  • sloc: erlang: 505; ansic: 323; makefile: 62; perl: 61; sh: 45
file content (140 lines) | stat: -rw-r--r-- 10,747 bytes parent folder | download
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.3 -->
<HTML>
<HEAD>
  <TITLE>OTP Design Principles</TITLE>
  <SCRIPT type="text/javascript" src="../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
      ALINK="#FF0000">
<CENTER>
<STRONG>OTP Design Principles</STRONG>
<P>
<SMALL>
   Version 5.5.2<BR>
</SMALL>
<P>
<SMALL>
  <A TARGET="document" HREF="part_cite.html">Bibliography</A> |
  <A TARGET="document" HREF="part_term.html">Glossary</A> |
  <A TARGET="document" HREF="part_first.html">Cover</A> |
  <A TARGET="_top" HREF="../index.html">Up</A>
</SMALL>
</CENTER>
<P>
<SMALL>
<STRONG>Table of Contents</STRONG>
</SMALL>
<P>
<SMALL>1 <A TARGET="document" HREF="./des_princ.html#1">Overview</A></SMALL><BR>
<SMALL>1.1 <A TARGET="document" HREF="./des_princ.html#1.1">Supervision Trees</A></SMALL><BR>
<SMALL>1.2 <A TARGET="document" HREF="./des_princ.html#1.2">Behaviours</A></SMALL><BR>
<SMALL>1.3 <A TARGET="document" HREF="./des_princ.html#1.3">Applications</A></SMALL><BR>
<SMALL>1.4 <A TARGET="document" HREF="./des_princ.html#1.4">Releases</A></SMALL><BR>
<SMALL>1.5 <A TARGET="document" HREF="./des_princ.html#1.5">Release Handling</A></SMALL><BR>
<P>
<SMALL>2 <A TARGET="document" HREF="./gen_server.html#2">Gen_Server Behaviour</A></SMALL><BR>
<SMALL>2.1 <A TARGET="document" HREF="./gen_server.html#2.1">Client-Server Principles</A></SMALL><BR>
<SMALL>2.2 <A TARGET="document" HREF="./gen_server.html#2.2">Example</A></SMALL><BR>
<SMALL>2.3 <A TARGET="document" HREF="./gen_server.html#2.3">Starting a Gen_Server</A></SMALL><BR>
<SMALL>2.4 <A TARGET="document" HREF="./gen_server.html#2.4">Synchronous Requests - Call</A></SMALL><BR>
<SMALL>2.5 <A TARGET="document" HREF="./gen_server.html#2.5">Asynchronous Requests - Cast</A></SMALL><BR>
<SMALL>2.6 <A TARGET="document" HREF="./gen_server.html#2.6">Stopping</A></SMALL><BR>
<SMALL>2.7 <A TARGET="document" HREF="./gen_server.html#2.7">Handling Other Messages</A></SMALL><BR>
<P>
<SMALL>3 <A TARGET="document" HREF="./fsm.html#3">Gen_Fsm Behaviour</A></SMALL><BR>
<SMALL>3.1 <A TARGET="document" HREF="./fsm.html#3.1">Finite State Machines</A></SMALL><BR>
<SMALL>3.2 <A TARGET="document" HREF="./fsm.html#3.2">Example</A></SMALL><BR>
<SMALL>3.3 <A TARGET="document" HREF="./fsm.html#3.3">Starting a Gen_Fsm</A></SMALL><BR>
<SMALL>3.4 <A TARGET="document" HREF="./fsm.html#3.4">Notifying About Events</A></SMALL><BR>
<SMALL>3.5 <A TARGET="document" HREF="./fsm.html#3.5">Timeouts</A></SMALL><BR>
<SMALL>3.6 <A TARGET="document" HREF="./fsm.html#3.6">All State Events</A></SMALL><BR>
<SMALL>3.7 <A TARGET="document" HREF="./fsm.html#3.7">Stopping</A></SMALL><BR>
<SMALL>3.8 <A TARGET="document" HREF="./fsm.html#3.8">Handling Other Messages</A></SMALL><BR>
<P>
<SMALL>4 <A TARGET="document" HREF="./events.html#4">Gen_Event Behaviour</A></SMALL><BR>
<SMALL>4.1 <A TARGET="document" HREF="./events.html#4.1">Event Handling Principles</A></SMALL><BR>
<SMALL>4.2 <A TARGET="document" HREF="./events.html#4.2">Example</A></SMALL><BR>
<SMALL>4.3 <A TARGET="document" HREF="./events.html#4.3">Starting an Event Manager</A></SMALL><BR>
<SMALL>4.4 <A TARGET="document" HREF="./events.html#4.4">Adding an Event Handler</A></SMALL><BR>
<SMALL>4.5 <A TARGET="document" HREF="./events.html#4.5">Notifying About Events</A></SMALL><BR>
<SMALL>4.6 <A TARGET="document" HREF="./events.html#4.6">Deleting an Event Handler</A></SMALL><BR>
<SMALL>4.7 <A TARGET="document" HREF="./events.html#4.7">Stopping</A></SMALL><BR>
<P>
<SMALL>5 <A TARGET="document" HREF="./sup_princ.html#5">Supervisor Behaviour</A></SMALL><BR>
<SMALL>5.1 <A TARGET="document" HREF="./sup_princ.html#5.1">Supervision Principles</A></SMALL><BR>
<SMALL>5.2 <A TARGET="document" HREF="./sup_princ.html#5.2">Example</A></SMALL><BR>
<SMALL>5.3 <A TARGET="document" HREF="./sup_princ.html#5.3">Restart Strategy</A></SMALL><BR>
<SMALL>5.4 <A TARGET="document" HREF="./sup_princ.html#5.4">Maximum Restart Frequency</A></SMALL><BR>
<SMALL>5.5 <A TARGET="document" HREF="./sup_princ.html#5.5">Child Specification</A></SMALL><BR>
<SMALL>5.6 <A TARGET="document" HREF="./sup_princ.html#5.6">Starting a Supervisor</A></SMALL><BR>
<SMALL>5.7 <A TARGET="document" HREF="./sup_princ.html#5.7">Adding a Child Process</A></SMALL><BR>
<SMALL>5.8 <A TARGET="document" HREF="./sup_princ.html#5.8">Stopping a Child Process</A></SMALL><BR>
<SMALL>5.9 <A TARGET="document" HREF="./sup_princ.html#5.9">Simple-One-For-One Supervisors</A></SMALL><BR>
<SMALL>5.10 <A TARGET="document" HREF="./sup_princ.html#5.10">Stopping</A></SMALL><BR>
<P>
<SMALL>6 <A TARGET="document" HREF="./spec_proc.html#6">Sys and Proc_Lib</A></SMALL><BR>
<SMALL>6.1 <A TARGET="document" HREF="./spec_proc.html#6.1">Simple Debugging</A></SMALL><BR>
<SMALL>6.2 <A TARGET="document" HREF="./spec_proc.html#6.2">Special Processes</A></SMALL><BR>
<SMALL>6.3 <A TARGET="document" HREF="./spec_proc.html#6.3">User-Defined Behaviours</A></SMALL><BR>
<P>
<SMALL>7 <A TARGET="document" HREF="./applications.html#7">Applications</A></SMALL><BR>
<SMALL>7.1 <A TARGET="document" HREF="./applications.html#7.1">Application Concept</A></SMALL><BR>
<SMALL>7.2 <A TARGET="document" HREF="./applications.html#7.2">Application Callback Module</A></SMALL><BR>
<SMALL>7.3 <A TARGET="document" HREF="./applications.html#7.3">Application Resource File</A></SMALL><BR>
<SMALL>7.4 <A TARGET="document" HREF="./applications.html#7.4">Directory Structure</A></SMALL><BR>
<SMALL>7.5 <A TARGET="document" HREF="./applications.html#7.5">Application Controller</A></SMALL><BR>
<SMALL>7.6 <A TARGET="document" HREF="./applications.html#7.6">Loading and Unloading Applications</A></SMALL><BR>
<SMALL>7.7 <A TARGET="document" HREF="./applications.html#7.7">Starting and Stopping Applications</A></SMALL><BR>
<SMALL>7.8 <A TARGET="document" HREF="./applications.html#7.8">Configuring an Application</A></SMALL><BR>
<SMALL>7.9 <A TARGET="document" HREF="./applications.html#7.9">Application Start Types</A></SMALL><BR>
<P>
<SMALL>8 <A TARGET="document" HREF="./included_applications.html#8">Included Applications</A></SMALL><BR>
<SMALL>8.1 <A TARGET="document" HREF="./included_applications.html#8.1">Definition</A></SMALL><BR>
<SMALL>8.2 <A TARGET="document" HREF="./included_applications.html#8.2">Specifying Included Applications</A></SMALL><BR>
<SMALL>8.3 <A TARGET="document" HREF="./included_applications.html#8.3">Synchronizing Processes During Startup</A></SMALL><BR>
<P>
<SMALL>9 <A TARGET="document" HREF="./distributed_applications.html#9">Distributed Applications</A></SMALL><BR>
<SMALL>9.1 <A TARGET="document" HREF="./distributed_applications.html#9.1">Definition</A></SMALL><BR>
<SMALL>9.2 <A TARGET="document" HREF="./distributed_applications.html#9.2">Specifying Distributed Applications</A></SMALL><BR>
<SMALL>9.3 <A TARGET="document" HREF="./distributed_applications.html#9.3">Starting and Stopping Distributed Applications</A></SMALL><BR>
<SMALL>9.4 <A TARGET="document" HREF="./distributed_applications.html#9.4">Failover</A></SMALL><BR>
<SMALL>9.5 <A TARGET="document" HREF="./distributed_applications.html#9.5">Takeover</A></SMALL><BR>
<P>
<SMALL>10 <A TARGET="document" HREF="./release_structure.html#10">Releases</A></SMALL><BR>
<SMALL>10.1 <A TARGET="document" HREF="./release_structure.html#10.1">Release Concept</A></SMALL><BR>
<SMALL>10.2 <A TARGET="document" HREF="./release_structure.html#10.2">Release Resource File</A></SMALL><BR>
<SMALL>10.3 <A TARGET="document" HREF="./release_structure.html#10.3">Generating Boot Scripts</A></SMALL><BR>
<SMALL>10.4 <A TARGET="document" HREF="./release_structure.html#10.4">Creating a Release Package</A></SMALL><BR>
<SMALL>10.5 <A TARGET="document" HREF="./release_structure.html#10.5">Directory Structure</A></SMALL><BR>
<P>
<SMALL>11 <A TARGET="document" HREF="./release_handling.html#11">Release Handling</A></SMALL><BR>
<SMALL>11.1 <A TARGET="document" HREF="./release_handling.html#11.1">Release Handling Principles</A></SMALL><BR>
<SMALL>11.2 <A TARGET="document" HREF="./release_handling.html#11.2">Requirements</A></SMALL><BR>
<SMALL>11.3 <A TARGET="document" HREF="./release_handling.html#11.3">Distributed Systems</A></SMALL><BR>
<SMALL>11.4 <A TARGET="document" HREF="./release_handling.html#11.4">Release Handling Instructions</A></SMALL><BR>
<SMALL>11.5 <A TARGET="document" HREF="./release_handling.html#11.5">Application Upgrade File</A></SMALL><BR>
<SMALL>11.6 <A TARGET="document" HREF="./release_handling.html#11.6">Release Upgrade File</A></SMALL><BR>
<SMALL>11.7 <A TARGET="document" HREF="./release_handling.html#11.7">Installing a Release</A></SMALL><BR>
<SMALL>11.8 <A TARGET="document" HREF="./release_handling.html#11.8">Updating Application Specifications</A></SMALL><BR>
<P>
<SMALL>12 <A TARGET="document" HREF="./appup_cookbook.html#12">Appup Cookbook</A></SMALL><BR>
<SMALL>12.1 <A TARGET="document" HREF="./appup_cookbook.html#12.1">Changing a Functional Module</A></SMALL><BR>
<SMALL>12.2 <A TARGET="document" HREF="./appup_cookbook.html#12.2">Changing a Residence Module</A></SMALL><BR>
<SMALL>12.3 <A TARGET="document" HREF="./appup_cookbook.html#12.3">Changing a Callback Module</A></SMALL><BR>
<SMALL>12.4 <A TARGET="document" HREF="./appup_cookbook.html#12.4">Changing Internal State</A></SMALL><BR>
<SMALL>12.5 <A TARGET="document" HREF="./appup_cookbook.html#12.5">Module Dependencies</A></SMALL><BR>
<SMALL>12.6 <A TARGET="document" HREF="./appup_cookbook.html#12.6">Changing Code For a Special Process</A></SMALL><BR>
<SMALL>12.7 <A TARGET="document" HREF="./appup_cookbook.html#12.7">Changing a Supervisor</A></SMALL><BR>
<SMALL>12.8 <A TARGET="document" HREF="./appup_cookbook.html#12.8">Adding or Deleting a Module</A></SMALL><BR>
<SMALL>12.9 <A TARGET="document" HREF="./appup_cookbook.html#12.9">Starting or Terminating a Process</A></SMALL><BR>
<SMALL>12.10 <A TARGET="document" HREF="./appup_cookbook.html#12.10">Adding or Removing an Application</A></SMALL><BR>
<SMALL>12.11 <A TARGET="document" HREF="./appup_cookbook.html#12.11">Restarting an Application</A></SMALL><BR>
<SMALL>12.12 <A TARGET="document" HREF="./appup_cookbook.html#12.12">Changing an Application Specification</A></SMALL><BR>
<SMALL>12.13 <A TARGET="document" HREF="./appup_cookbook.html#12.13">Changing Application Configuration</A></SMALL><BR>
<SMALL>12.14 <A TARGET="document" HREF="./appup_cookbook.html#12.14">Changing Included Applications</A></SMALL><BR>
<SMALL>12.15 <A TARGET="document" HREF="./appup_cookbook.html#12.15">Changing Non-Erlang Code</A></SMALL><BR>
<SMALL>12.16 <A TARGET="document" HREF="./appup_cookbook.html#12.16">Emulator Restart</A></SMALL><BR>
</BODY>
</HTML>