~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/megaco/doc/src/definitions/term.defs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE terms SYSTEM "terms.dtd">
 
3
 
 
4
<terms>
 
5
  <term>
 
6
    <id>agent</id>
 
7
    <shortdef>agent</shortdef>
 
8
    <def>
 
9
An entity that terminates a management protocol in the Network Element.    </def>
 
10
    <resp>mbj</resp>
 
11
  </term>
 
12
  <term>
 
13
    <id>API</id>
 
14
    <shortdef>API</shortdef>
 
15
    <def>
 
16
Application Programming Interface. The interface towards an application. Usually this is a set of functions available, but can also be a set of messages sent to or from an application.    </def>
 
17
    <resp>mbj</resp>
 
18
  </term>
 
19
  <term>
 
20
    <id>application</id>
 
21
    <shortdef>application</shortdef>
 
22
    <def>
 
23
A collection of resources which is required to offer a specific service.    </def>
 
24
    <resp>mbj</resp>
 
25
  </term>
 
26
  <term>
 
27
    <id>appmon</id>
 
28
    <shortdef>Application Monitor</shortdef>
 
29
    <def>
 
30
A graphical node and application process tree viewer. See also appmon.    </def>
 
31
    <resp>mbj</resp>
 
32
  </term>
 
33
  <term>
 
34
    <id>Appmon</id>
 
35
    <shortdef>Appmon</shortdef>
 
36
    <def>
 
37
Application name for the Application Monitor within Erlang/OTP. A graphical node and process viewer.    </def>
 
38
    <resp>mbj</resp>
 
39
  </term>
 
40
  <term>
 
41
    <id>app callback</id>
 
42
    <shortdef>application callback module</shortdef>
 
43
    <def>
 
44
A module which is called when the application is started, and when it has stopped. Every application has one application callback module.    </def>
 
45
    <resp>mbj</resp>
 
46
  </term>
 
47
  <term>
 
48
    <id>AC</id>
 
49
    <shortdef>application controller</shortdef>
 
50
    <def>
 
51
A process which coordinates all operations on applications.    </def>
 
52
    <resp>mbj</resp>
 
53
  </term>
 
54
  <term>
 
55
    <id>app master</id>
 
56
    <shortdef>application master</shortdef>
 
57
    <def>
 
58
The application master is a process that monitors the application. It is provided by the Erlang run-time system. Every application has an application master process.    </def>
 
59
    <resp>mbj</resp>
 
60
  </term>
 
61
  <term>
 
62
    <id>.app file</id>
 
63
    <shortdef>application resource file</shortdef>
 
64
    <def>
 
65
Specifies the resources required by the application and how the application should be started. Every application has one application resource file, called AppName.app.    </def>
 
66
    <resp>mbj</resp>
 
67
  </term>
 
68
  <term>
 
69
    <id>arity</id>
 
70
    <shortdef>arity</shortdef>
 
71
    <def>
 
72
Denotes the number of arguments to a function.    </def>
 
73
    <resp>jocke</resp>
 
74
  </term>
 
75
  <term>
 
76
    <id>ASN.1</id>
 
77
    <shortdef>ASN.1</shortdef>
 
78
    <def>
 
79
Abstract Syntax Notation One - an ITU-T and ISO standard notation for describing data formats used in communication protocols.    </def>
 
80
    <resp>kenneth</resp>
 
81
  </term>
 
82
  <term>
 
83
    <id>ASN.1 Compiler</id>
 
84
    <shortdef>ASN.1 Compiler</shortdef>
 
85
    <def>
 
86
The Erlang/OTP ASN.1 Compiler translates an ASN.1 module into a corresponding Erlang module with encode and decode functions.    </def>
 
87
    <resp>kenneth</resp>
 
88
  </term>
 
89
  <term>
 
90
    <id>atom</id>
 
91
    <shortdef>atom</shortdef>
 
92
    <def>
 
93
An atom is a constant. Atoms always starts with a lower case letter (a-z) and are terminated by a non-alphanumeric character - otherwise they must be quoted (enclosed in ' '). An atom is a data type in Erlang, used to enhance the legibility of programs.    </def>
 
94
    <resp>kenneth</resp>
 
95
  </term>
 
96
  <term>
 
97
    <id>atomicity</id>
 
98
    <shortdef>atomicity</shortdef>
 
99
    <def>
 
100
Atomicity refers to the "all or nothing" property. If a transaction succeeds (i.e. commits), then all its effects on the data is captured in the database. If the transaction does not succeed (i.e. aborts), then none of its effect on the data is captured in the database. In other words, the transaction processing algorithm guarantees that the database will not reflect a partitial effect of a transaction.    </def>
 
101
    <resp>hakan</resp>
 
102
  </term>
 
103
  <term>
 
104
    <id>attach</id>
 
105
    <shortdef>attach</shortdef>
 
106
    <def>
 
107
The debugger may attach to a process. When attached, the debugger may show process details, such as message queues and variable bindings.    </def>
 
108
    <resp>olin</resp>
 
109
  </term>
 
110
  <term>
 
111
    <id>behaviour</id>
 
112
    <shortdef>behaviour</shortdef>
 
113
    <def>
 
114
A "pattern of design" which can be used to build applications and processes in an applications.    </def>
 
115
    <resp>mbj</resp>
 
116
  </term>
 
117
  <term>
 
118
    <id>BIF</id>
 
119
    <shortdef>BIF</shortdef>
 
120
    <def>
 
121
Built-In Functions which perform operations that are impossible or inefficient to program in Erlang itself. Are defined in the module Erlang in the application kernel    </def>
 
122
    <resp>kenneth</resp>
 
123
  </term>
 
124
  <term>
 
125
    <id>binary</id>
 
126
    <shortdef>binary</shortdef>
 
127
    <def>
 
128
A data type in Erlang which is used to store an area of untyped memory. Binaries are used for efficiently handling large quantities of untyped data.    </def>
 
129
    <resp>kenneth</resp>
 
130
  </term>
 
131
  <term>
 
132
    <id>boolean</id>
 
133
    <shortdef>boolean</shortdef>
 
134
    <def>
 
135
A common data type in programming and specification languages. The value can be either true or false.    </def>
 
136
    <resp>kenneth</resp>
 
137
  </term>
 
138
  <term>
 
139
    <id>boot file</id>
 
140
    <shortdef>boot file</shortdef>
 
141
    <def>
 
142
A binary file with extension .boot which is read during start of an Erlang node. See SASL User's Guide for more info.    </def>
 
143
    <resp>kenneth</resp>
 
144
  </term>
 
145
  <term>
 
146
    <id>break point</id>
 
147
    <shortdef>break point</shortdef>
 
148
    <def>
 
149
By setting a break point using the debugger, the user specifies a position in the source code of a module where execution is to be suspended and control transferred to the debugger.    </def>
 
150
    <resp>olin</resp>
 
151
  </term>
 
152
  <term>
 
153
    <id>CAshort</id>
 
154
    <shortdef>CA</shortdef>
 
155
    <def>
 
156
See Certification Authority.    </def>
 
157
    <resp>helen</resp>
 
158
  </term>
 
159
  <term>
 
160
    <id>CA certificate</id>
 
161
    <shortdef>CA certificate</shortdef>
 
162
    <def>
 
163
A certificate containing a CA's public key. Network entities use this public key to verify certificates signed with the CA's private key.    </def>
 
164
    <resp>helen</resp>
 
165
  </term>
 
166
  <term>
 
167
    <id>callback function</id>
 
168
    <shortdef>callback function</shortdef>
 
169
    <def>
 
170
A callback function is a function exported from a callback module, that a generic behaviour calls to perform a specific task.    </def>
 
171
    <resp>mbj</resp>
 
172
  </term>
 
173
  <term>
 
174
    <id>callback module</id>
 
175
    <shortdef>callback module</shortdef>
 
176
    <def>
 
177
A callback module is a module that implements the specific parts of a generic behaviour.  The generic behaviour specifies which callback functions must be exported from the module.    </def>
 
178
    <resp>mbj</resp>
 
179
  </term>
 
180
  <term>
 
181
    <id>certificate</id>
 
182
    <shortdef>certificate</shortdef>
 
183
    <def>
 
184
A file used for authenticating network entities under the SSL protocol. A certificate contains information about its owner (called the subject) and issuer, plus the owner's public key and a signature made by a CA. Network entities verify these signatures using CA certificates.    </def>
 
185
    <resp>helen</resp>
 
186
  </term>
 
187
  <term>
 
188
    <id>CAlong</id>
 
189
    <shortdef>Certification Authority (CA)</shortdef>
 
190
    <def>
 
191
A trusted third party whose purpose is to sign certificates for network entities it has authenticated using secure means. Other network entities can check the signature to verify that a CA has authenticated the bearer of a certificate.    </def>
 
192
    <resp>helen</resp>
 
193
  </term>
 
194
  <term>
 
195
    <id>CSRlong</id>
 
196
    <shortdef>Certificate Signing Request (CSR)</shortdef>
 
197
    <def>
 
198
An unsigned certificate for submission to a Certification Authority, which signs it with its private key. Once the CSR is signed, it becomes a certificate.    </def>
 
199
    <resp>helen</resp>
 
200
  </term>
 
201
  <term>
 
202
    <id>child</id>
 
203
    <shortdef>child</shortdef>
 
204
    <def>
 
205
A supervised process. See also permanent, transient, temporary child.    </def>
 
206
    <resp>mbj</resp>
 
207
  </term>
 
208
  <term>
 
209
    <id>cipher</id>
 
210
    <shortdef>cipher</shortdef>
 
211
    <def>
 
212
A system of encryption.    </def>
 
213
    <resp>helen</resp>
 
214
  </term>
 
215
  <term>
 
216
    <id>ClearCase</id>
 
217
    <shortdef>ClearCase</shortdef>
 
218
    <def>
 
219
A configuration management system from Rational Software Corporation.    </def>
 
220
    <resp>lars</resp>
 
221
  </term>
 
222
  <term>
 
223
    <id>client-server model</id>
 
224
    <shortdef>client-server model</shortdef>
 
225
    <def>
 
226
A model where there is a server, which manages some resource, and a number of clients which send requests to the server to access the resource. The client-server model is one of the basic programming techniques for coordinating the activities of several parallel processes.    </def>
 
227
    <resp>mbj</resp>
 
228
  </term>
 
229
  <term>
 
230
    <id>cover</id>
 
231
    <shortdef>Coverage Analyser</shortdef>
 
232
    <def>
 
233
Module name for the coverage analyser tool, located in the Tools application.    </def>
 
234
    <resp>gunilla</resp>
 
235
  </term>
 
236
  <term>
 
237
    <id>CORBAlong</id>
 
238
    <shortdef>Common Object Request Broker Architecture (CORBA)</shortdef>
 
239
    <def>
 
240
A specification of an architecture for a distributed object system    </def>
 
241
    <resp>lars</resp>
 
242
  </term>
 
243
  <term>
 
244
    <id>CORBA</id>
 
245
    <shortdef>Common Object Request Broker Architecture (CORBA)</shortdef>
 
246
    <def>
 
247
A specification of an architecture for a distributed object system    </def>
 
248
    <resp>lars</resp>
 
249
  </term>
 
250
  <term>
 
251
    <id>compiler</id>
 
252
    <shortdef>compiler</shortdef>
 
253
    <def>
 
254
A compiler is a translator. A common type of compilers are those who takes source code for a programming language and translates it into code that is executable on a specific platform. E.g. the Erlang compiler translates Erlang source code to an intermediary code that is executable by the Erlang Run Time System.    </def>
 
255
    <resp>kenneth</resp>
 
256
  </term>
 
257
  <term>
 
258
    <id>consistency</id>
 
259
    <shortdef>consistency</shortdef>
 
260
    <def>
 
261
Consistency refers to the requirement that, given a consistent initial database state, the state of the database after the successful execution of a transaction is also consistent; that is, a transaction transforms the database from a consistent state to another consistent state. Database consistency may be defined as a set of rules or constraints. If the execution of a transaction causes the consistency constraints to be violated, the transaction is not accepted (and thus aborted) by the system.    </def>
 
262
    <resp>hakan</resp>
 
263
  </term>
 
264
  <term>
 
265
    <id>cookie</id>
 
266
    <shortdef>cookie</shortdef>
 
267
    <def>
 
268
A magic cookie is a secret atom assigned to each Erlang node. The Erlang nodes in a distributed system must know each others cookies in order to authorize each other for communication    </def>
 
269
    <resp>kenneth</resp>
 
270
  </term>
 
271
  <term>
 
272
    <id>CORBAshort</id>
 
273
    <shortdef>CORBA</shortdef>
 
274
    <def>
 
275
See Common Object RequestBroker Architecture.    </def>
 
276
    <resp>lars</resp>
 
277
  </term>
 
278
  <term>
 
279
    <id>Coverage Analyser</id>
 
280
    <shortdef>Coverage Analyser</shortdef>
 
281
    <def>
 
282
A tool which provides a set of functions for coverage analysis of Erlang programs, i.e observing how many times each line or function are executed. See also cover.    </def>
 
283
    <resp>olin</resp>
 
284
  </term>
 
285
  <term>
 
286
    <id>coverage analysis</id>
 
287
    <shortdef>coverage analysis</shortdef>
 
288
    <def>
 
289
The task of determining which lines, or how many lines of code, has actually been executed. Useful for determining the completeness of test suites.    </def>
 
290
    <resp>olin</resp>
 
291
  </term>
 
292
  <term>
 
293
    <id>cross reference tool</id>
 
294
    <shortdef>cross reference tool</shortdef>
 
295
    <def>
 
296
A tool that can be used for finding dependencies between functions, modules, applications and releases. The Erlang/OTP cross reference tool is called xref and is part of the Tools application.    </def>
 
297
    <resp>gunilla</resp>
 
298
  </term>
 
299
  <term>
 
300
    <id>CSRshort</id>
 
301
    <shortdef>CSR</shortdef>
 
302
    <def>
 
303
See Certificate Signing Request.    </def>
 
304
    <resp>helen</resp>
 
305
  </term>
 
306
  <term>
 
307
    <id>data type</id>
 
308
    <shortdef>data type</shortdef>
 
309
    <def>
 
310
The data types in Erlang are numbers, atoms, tuples, lists, pids, funs, records, ports, references and binaries. The values of Erlang data types can be stored in variables.    </def>
 
311
    <resp>kenneth</resp>
 
312
  </term>
 
313
  <term>
 
314
    <id>DBMSlong</id>
 
315
    <shortdef>Database Management System (DBMS)</shortdef>
 
316
    <def>
 
317
A database is a collection of data and a DBMS is a system which manages the database. Applications accesses the database through the database management system.    </def>
 
318
    <resp>hakan</resp>
 
319
  </term>
 
320
  <term>
 
321
    <id>DBMSshort</id>
 
322
    <shortdef>DBMS</shortdef>
 
323
    <def>
 
324
See Database Management System.    </def>
 
325
    <resp>hakan</resp>
 
326
  </term>
 
327
  <term>
 
328
    <id>Debugger</id>
 
329
    <shortdef>Debugger</shortdef>
 
330
    <def>
 
331
An Erlang/OTP tool which provides mechanisms which makes it possible to see what happens during the execution of code in specified modules, or when processes crash.    </def>
 
332
    <resp>olin</resp>
 
333
  </term>
 
334
  <term>
 
335
    <id>dets</id>
 
336
    <shortdef>dets</shortdef>
 
337
    <def>
 
338
A module within the stdlib application, which provides a term storage, and which is used as the underlying file storage mechanism by the Mnesia DBMS.    </def>
 
339
    <resp>hakan</resp>
 
340
  </term>
 
341
  <term>
 
342
    <id>dirty operations</id>
 
343
    <shortdef>dirty operations</shortdef>
 
344
    <def>
 
345
Functions which manipulate data in a DBMS, without using transactions.    </def>
 
346
    <resp>hakan</resp>
 
347
  </term>
 
348
  <term>
 
349
    <id>distributed application</id>
 
350
    <shortdef>distributed application</shortdef>
 
351
    <def>
 
352
An application which runs on one of several nodes. May be restarted on another node. (See local application.)    </def>
 
353
    <resp>mbj</resp>
 
354
  </term>
 
355
  <term>
 
356
    <id>DNSshort</id>
 
357
    <shortdef>DNS</shortdef>
 
358
    <def>
 
359
See Domain Name System.    </def>
 
360
    <resp>lars</resp>
 
361
  </term>
 
362
  <term>
 
363
    <id>Docbuilder</id>
 
364
    <shortdef>Docbuilder</shortdef>
 
365
    <def>
 
366
The documentation system used in Erlang/OTP.    </def>
 
367
    <resp>jocke</resp>
 
368
  </term>
 
369
  <term>
 
370
    <id>DNSlong</id>
 
371
    <shortdef>Domain Name System (DNS)</shortdef>
 
372
    <def>
 
373
DNS is a service that map names to internet addresses    </def>
 
374
    <resp>lars</resp>
 
375
  </term>
 
376
  <term>
 
377
    <id>DTD</id>
 
378
    <shortdef>DTD</shortdef>
 
379
    <def>
 
380
Document Type Definition as defined in SGML.    </def>
 
381
    <resp>jocke</resp>
 
382
  </term>
 
383
  <term>
 
384
    <id>durability</id>
 
385
    <shortdef>durability</shortdef>
 
386
    <def>
 
387
If a transaction succeeds, then its effect on the data is persistently captured, and will survive subsequent system failures resulting in loss of data in volatile memory. Durability is usually enforced by first writing modified data to some non-volatile memory (usually disc), before a transaction is allowed to commit. If there is a system failure, the state of the non-volatile memory must be recovered to reflect the effect of all and only committed transactions.    </def>
 
388
    <resp>hakan</resp>
 
389
  </term>
 
390
  <term>
 
391
    <id>Emacs</id>
 
392
    <shortdef>Emacs</shortdef>
 
393
    <def>
 
394
A widely used text editor which allows customization of its behaviour. An Erlang mode for Emacs is included in the Erlang deliverables.    </def>
 
395
    <resp>kenneth</resp>
 
396
  </term>
 
397
  <term>
 
398
    <id>Emacs for Erlang</id>
 
399
    <shortdef>Emacs for Erlang</shortdef>
 
400
    <def>
 
401
A tool which provides a major mode for editing Erlang source files in Emacs.    </def>
 
402
    <resp>olin</resp>
 
403
  </term>
 
404
  <term>
 
405
    <id>encaps</id>
 
406
    <shortdef>encapsulation</shortdef>
 
407
    <def>
 
408
Data can be encapsulated into another data element.    </def>
 
409
    <resp>kent</resp>
 
410
  </term>
 
411
  <term>
 
412
    <id>eprof</id>
 
413
    <shortdef>eprof</shortdef>
 
414
    <def>
 
415
A module in the tools application. See Profiler.    </def>
 
416
    <resp>olin</resp>
 
417
  </term>
 
418
  <term>
 
419
    <id>erl</id>
 
420
    <shortdef>erl</shortdef>
 
421
    <def>
 
422
The command which starts an Erlang run-time system.    </def>
 
423
    <resp>kenneth</resp>
 
424
  </term>
 
425
  <term>
 
426
    <id>erl_interface</id>
 
427
    <shortdef>erl_interface library</shortdef>
 
428
    <def>
 
429
A thread safe library with C-functions which makes it possible to write a C-program which appears as one of the nodes in a system of distributed Erlang nodes.    </def>
 
430
    <resp>kenneth</resp>
 
431
  </term>
 
432
  <term>
 
433
    <id>Erlang</id>
 
434
    <shortdef>Erlang</shortdef>
 
435
    <def>
 
436
Erlang is a functional programming language intended for designing large industrial soft real time systems.    </def>
 
437
    <resp>kenneth</resp>
 
438
  </term>
 
439
  <term>
 
440
    <id>Erlang emulator</id>
 
441
    <shortdef>Erlang emulator</shortdef>
 
442
    <def>
 
443
Another word for Erlang Virtual Machine.    </def>
 
444
    <resp>kenneth</resp>
 
445
  </term>
 
446
  <term>
 
447
    <id>ERTSlong</id>
 
448
    <shortdef>Erlang Run Time System</shortdef>
 
449
    <def>
 
450
A fundamental part of Erlang/OTP which contains the Erlang Virtual Machine, the kernel and stdlib applications. The Erlang Run Time System is a mandatory part which all other Erlang applications are dependent upon.    </def>
 
451
    <resp>kenneth</resp>
 
452
  </term>
 
453
  <term>
 
454
    <id>Erlang VM</id>
 
455
    <shortdef>Erlang Virtual Machine</shortdef>
 
456
    <def>
 
457
The virtual machine, which makes Erlang/OTP work together with a specific OS/HW platform. The Erlang Virtual Machine is available on several different platforms. The Erlang Virtual Machine is the glue which makes it possible to run an Erlang application on any platform without change.    </def>
 
458
    <resp>kenneth</resp>
 
459
  </term>
 
460
  <term>
 
461
    <id>ERTSshort</id>
 
462
    <shortdef>ERTS</shortdef>
 
463
    <def>
 
464
See Erlang Run Time System.    </def>
 
465
    <resp>kenneth</resp>
 
466
  </term>
 
467
  <term>
 
468
    <id>ETS</id>
 
469
    <shortdef>ETS</shortdef>
 
470
    <def>
 
471
Erlang Term Storage tables.    </def>
 
472
    <resp>olin</resp>
 
473
  </term>
 
474
  <term>
 
475
    <id>EVAshort</id>
 
476
    <shortdef>EVA</shortdef>
 
477
    <def>
 
478
See Event and Alarm handling application    </def>
 
479
    <resp>mbj</resp>
 
480
  </term>
 
481
  <term>
 
482
    <id>EVAlong</id>
 
483
    <shortdef>Event and Alarm handling application (EVA)</shortdef>
 
484
    <def>
 
485
An application that consists of Fault Management functionality, such as sending and logging of events and alarms.    </def>
 
486
    <resp>mbj</resp>
 
487
  </term>
 
488
  <term>
 
489
    <id>event handler</id>
 
490
    <shortdef>event handler</shortdef>
 
491
    <def>
 
492
A module exporting functions which can process events sent to an event manager process. The event handler is a behaviour of type gen_event.    </def>
 
493
    <resp>mbj</resp>
 
494
  </term>
 
495
  <term>
 
496
    <id>event manager</id>
 
497
    <shortdef>event manager</shortdef>
 
498
    <def>
 
499
A process to which events of a certain category is sent. gen_event handler can be installed in the event manager.    </def>
 
500
    <resp>mbj</resp>
 
501
  </term>
 
502
  <term>
 
503
    <id>exit signal</id>
 
504
    <shortdef>exit signal</shortdef>
 
505
    <def>
 
506
A signal which is sent from a terminating process to the processes and ports it is linked to. An EXIT signal has the following format: {'EXIT', Exiting_Process_Id, Reason}.    </def>
 
507
    <resp>kent</resp>
 
508
  </term>
 
509
  <term>
 
510
    <id>foo</id>
 
511
    <shortdef>foo</shortdef>
 
512
    <def>
 
513
Algebraic place holder.    </def>
 
514
    <resp>kent</resp>
 
515
  </term>
 
516
  <term>
 
517
    <id>FSM</id>
 
518
    <shortdef>FSM</shortdef>
 
519
    <def>
 
520
Finite State Machine.    </def>
 
521
    <resp>kenneth</resp>
 
522
  </term>
 
523
  <term>
 
524
    <id>fun</id>
 
525
    <shortdef>fun</shortdef>
 
526
    <def>
 
527
A data type, introduced in Erlang 4.4, which represent functional objects.    </def>
 
528
    <resp>kenneth</resp>
 
529
  </term>
 
530
  <term>
 
531
    <id>function</id>
 
532
    <shortdef>function</shortdef>
 
533
    <def>
 
534
Erlang programs are written entirely in terms of modules with functions. A function can have arguments and does always return a result. A function can be exported which makes it available for calls from other modules. Non exported functions can only be called internally within the module.    </def>
 
535
    <resp>kenneth</resp>
 
536
  </term>
 
537
  <term>
 
538
    <id>Gateway</id>
 
539
    <shortdef>gateway</shortdef>
 
540
    <def>
 
541
A server which acts as an intermediary for some other server. Unlike a proxy, a gateway receives requests as if it were the origin server for the requested resource; the requesting client may not be aware that it is communicating with a gateway.    </def>
 
542
    <resp>jocke</resp>
 
543
  </term>
 
544
  <term>
 
545
    <id>gen_event</id>
 
546
    <shortdef>gen_event</shortdef>
 
547
    <def>
 
548
A behaviour used for programming event handling mechanisms, such as alarm handlers, error loggers, and plug-and-play handlers.    </def>
 
549
    <resp>mbj</resp>
 
550
  </term>
 
551
  <term>
 
552
    <id>gen_fsm</id>
 
553
    <shortdef>gen_fsm</shortdef>
 
554
    <def>
 
555
A behaviour used for programming finite state machines.    </def>
 
556
    <resp>mbj</resp>
 
557
  </term>
 
558
  <term>
 
559
    <id>gen_server</id>
 
560
    <shortdef>gen_server</shortdef>
 
561
    <def>
 
562
A behaviour used for programming client-server processes.    </def>
 
563
    <resp>mbj</resp>
 
564
  </term>
 
565
  <term>
 
566
    <id>gterm</id>
 
567
    <shortdef>Global Glossary Database</shortdef>
 
568
    <def>
 
569
A glossary database used to list common acronymns and defintions etc.    </def>
 
570
    <resp>jocke</resp>
 
571
  </term>
 
572
  <term>
 
573
    <id>xref</id>
 
574
    <shortdef>xref</shortdef>
 
575
    <def>
 
576
A cross reference tool that can be used for finding dependencies between functions, modules, applications and releases. Part of the Tools application.    </def>
 
577
    <resp>gunilla</resp>
 
578
  </term>
 
579
  <term>
 
580
    <id>GSlong</id>
 
581
    <shortdef>Graphics System</shortdef>
 
582
    <def>
 
583
A library module which provides a graphics interface for Erlang.    </def>
 
584
    <resp>mbj</resp>
 
585
  </term>
 
586
  <term>
 
587
    <id>grid</id>
 
588
    <shortdef>grid</shortdef>
 
589
    <def>
 
590
A multi-column object which is used to display tables. (Graphics System.)    </def>
 
591
    <resp>mbj</resp>
 
592
  </term>
 
593
  <term>
 
594
    <id>GSshort</id>
 
595
    <shortdef>GS</shortdef>
 
596
    <def>
 
597
See Graphics System.    </def>
 
598
    <resp>olin</resp>
 
599
  </term>
 
600
  <term>
 
601
    <id>GS Contributions</id>
 
602
    <shortdef>GS Contributions</shortdef>
 
603
    <def>
 
604
Unsupported user supplied tools which are included with the Erlang/OTP software release.    </def>
 
605
    <resp>olin</resp>
 
606
  </term>
 
607
  <term>
 
608
    <id>GUI</id>
 
609
    <shortdef>GUI</shortdef>
 
610
    <def>
 
611
Graphical User Interface    </def>
 
612
    <resp>mbj</resp>
 
613
  </term>
 
614
  <term>
 
615
    <id>Home Directory</id>
 
616
    <shortdef>Home Directory</shortdef>
 
617
    <def>
 
618
The position of a user account in the file system. The Home Directory is automatically passed to the Erlang run-time system at startup. On Unix the contents of the environment variable "HOME" is passed. Om Win32 the concatenation of the environment variables "HOMEDRIVE" and "HOMEPATH" is passed, or if these variables are not set, the value returned by the Win32 API function "GetWindowsDirectory" is passed.    </def>
 
619
    <resp>kenneth</resp>
 
620
  </term>
 
621
  <term>
 
622
    <id>host name</id>
 
623
    <shortdef>host name</shortdef>
 
624
    <def>
 
625
The name of a machine on a network, e.g. erlang.ericsson.se.    </def>
 
626
    <resp>kent</resp>
 
627
  </term>
 
628
  <term>
 
629
    <id>HTML</id>
 
630
    <shortdef>HTML</shortdef>
 
631
    <def>
 
632
Hypertext Markup Language.    </def>
 
633
    <resp>jocke</resp>
 
634
  </term>
 
635
  <term>
 
636
    <id>HTTP</id>
 
637
    <shortdef>HTTP</shortdef>
 
638
    <def>
 
639
Hypertext Transfer Protocol.    </def>
 
640
    <resp>jocke</resp>
 
641
  </term>
 
642
  <term>
 
643
    <id>HTTPS</id>
 
644
    <shortdef>HTTPS</shortdef>
 
645
    <def>
 
646
The Hypertext Transport Protocol, Secure, the standard SSL communication mechanism of the World Wide Web.    </def>
 
647
    <resp>helen</resp>
 
648
  </term>
 
649
  <term>
 
650
    <id>IDLshort</id>
 
651
    <shortdef>IDL</shortdef>
 
652
    <def>
 
653
See Interface Description Language.    </def>
 
654
    <resp>lars</resp>
 
655
  </term>
 
656
  <term>
 
657
    <id>IDLlong</id>
 
658
    <shortdef>Interface Description Language (IDL)</shortdef>
 
659
    <def>
 
660
The interface specification language created by OMG.    </def>
 
661
    <resp>lars</resp>
 
662
  </term>
 
663
  <term>
 
664
    <id>indexing</id>
 
665
    <shortdef>indexing</shortdef>
 
666
    <def>
 
667
Fast lookup using an (usually enumerated) key.    </def>
 
668
    <resp>kent</resp>
 
669
  </term>
 
670
  <term>
 
671
    <id>I1</id>
 
672
    <shortdef>INETS</shortdef>
 
673
    <def>
 
674
The Internet Services application    </def>
 
675
    <resp>jocke</resp>
 
676
  </term>
 
677
  <term>
 
678
    <id>initial call</id>
 
679
    <shortdef>initial call</shortdef>
 
680
    <def>
 
681
The first call to an interpreted function (when using the Interpreter).    </def>
 
682
    <resp>kent</resp>
 
683
  </term>
 
684
  <term>
 
685
    <id>instrumentation function</id>
 
686
    <shortdef>instrumentation function</shortdef>
 
687
    <def>
 
688
A function used to implement a Managed Object, i.e. give access to the real resources behind an MO.    </def>
 
689
    <resp>mbj</resp>
 
690
  </term>
 
691
  <term>
 
692
    <id>IDLlong</id>
 
693
    <shortdef>Interface Description Language (IDL)</shortdef>
 
694
    <def>
 
695
The interface specification language created by OMG.    </def>
 
696
    <resp>lars</resp>
 
697
  </term>
 
698
  <term>
 
699
    <id>interpreter</id>
 
700
    <shortdef>interpreter</shortdef>
 
701
    <def>
 
702
An application which provides mechanisms which make it possible to see what happens during the execution of code in specified (interpreted) modules, or when processes crash.    </def>
 
703
    <resp>kent</resp>
 
704
  </term>
 
705
  <term>
 
706
    <id>isolation</id>
 
707
    <shortdef>isolation</shortdef>
 
708
    <def>
 
709
A transaction executes as if no other concurrent transactions are executing, and thus its execution results are equivalent to those obtained by executing database transactions serially. A system which maintains transaction isolation is also said to be enforcing serializability.    </def>
 
710
    <resp>hakan</resp>
 
711
  </term>
 
712
  <term>
 
713
    <id>kernel</id>
 
714
    <shortdef>kernel</shortdef>
 
715
    <def>
 
716
An application which contains file servers, code servers and other code necessary for the Erlang run-time system.    </def>
 
717
    <resp>kenneth</resp>
 
718
  </term>
 
719
  <term>
 
720
    <id>key</id>
 
721
    <shortdef>key</shortdef>
 
722
    <def>
 
723
A file containing the value that must be fed into an algorithm in order to encrypt or decrypt a message.    </def>
 
724
    <resp>helen</resp>
 
725
  </term>
 
726
  <term>
 
727
    <id>key pair</id>
 
728
    <shortdef>key pair</shortdef>
 
729
    <def>
 
730
A set of two keys used in public key cryptography. One is the public key used to encrypt data, and the other is the private key necessary to decrypt the same data.    </def>
 
731
    <resp>helen</resp>
 
732
  </term>
 
733
  <term>
 
734
    <id>list</id>
 
735
    <shortdef>list</shortdef>
 
736
    <def>
 
737
Terms separated by commas and enclosed in square brackets [ ] are called lists. A list is a data type in Erlang, used for storing a variable number of terms. It is dynamically sized. The first element of the list is referred to as the head of the list, and the remainer of the list as the tail.    </def>
 
738
    <resp>kenneth</resp>
 
739
  </term>
 
740
  <term>
 
741
    <id>list box</id>
 
742
    <shortdef>list box </shortdef>
 
743
    <def>
 
744
A list of labels with optional scroll bars attached. (Graphics System.)    </def>
 
745
    <resp>mbj</resp>
 
746
  </term>
 
747
  <term>
 
748
    <id>lc</id>
 
749
    <shortdef>list comprehension</shortdef>
 
750
    <def>
 
751
A language construct in Erlang which are analogous to set comprehensions in Zermelo-Frankel set theory. Analogous to the 'setof' and 'findall' predicates in Prolog.    </def>
 
752
    <resp>kenneth</resp>
 
753
  </term>
 
754
  <term>
 
755
    <id>local application</id>
 
756
    <shortdef>local application</shortdef>
 
757
    <def>
 
758
An application which runs on one node and which are always started at the local node only. (See distributed application.)    </def>
 
759
    <resp>mbj</resp>
 
760
  </term>
 
761
  <term>
 
762
    <id>manager</id>
 
763
    <shortdef>manager</shortdef>
 
764
    <def>
 
765
An entity that terminates a management protocol in the Network Management Station.    </def>
 
766
    <resp>mbj</resp>
 
767
  </term>
 
768
  <term>
 
769
    <id>Master Agent</id>
 
770
    <shortdef>Master Agent</shortdef>
 
771
    <def>
 
772
The SNMP agent system consists of one Master Agent which terminates the SNMP protocol    </def>
 
773
    <resp>mbj</resp>
 
774
  </term>
 
775
  <term>
 
776
    <id>MIB</id>
 
777
    <shortdef>Management Information Base (MIB)</shortdef>
 
778
    <def>
 
779
An abstract definition of the management information available through a management interface in a system.    </def>
 
780
    <resp>mbj</resp>
 
781
  </term>
 
782
  <term>
 
783
    <id>matching</id>
 
784
    <shortdef>matching</shortdef>
 
785
    <def>
 
786
See pattern matching.    </def>
 
787
    <resp>kenneth</resp>
 
788
  </term>
 
789
  <term>
 
790
    <id>message queue</id>
 
791
    <shortdef>message queue</shortdef>
 
792
    <def>
 
793
The queue of not yet received messages that are in the mailbox of a process.    </def>
 
794
    <resp>olin</resp>
 
795
  </term>
 
796
  <term>
 
797
    <id>Mnemosyne</id>
 
798
    <shortdef>Mnemosyne</shortdef>
 
799
    <def>
 
800
Mnemosyne was the query language of Mnesia up to the R11B release. Supersed by QLC.</def>
 
801
    <resp>hakan</resp>
 
802
  </term>
 
803
  <term>
 
804
    <id>Mnesia</id>
 
805
    <shortdef>Mnesia</shortdef>
 
806
    <def>
 
807
Mnesia is a distributed Database Management System, appropriate for telecommunications applications and other applications with need of continuous operation and soft real-time properties.    </def>
 
808
    <resp>hakan</resp>
 
809
  </term>
 
810
  <term>
 
811
    <id>MIBshort</id>
 
812
    <shortdef>MIB</shortdef>
 
813
    <def>
 
814
See Management Information Base.    </def>
 
815
    <resp>mbj</resp>
 
816
  </term>
 
817
  <term>
 
818
    <id>MIME</id>
 
819
    <shortdef>MIME</shortdef>
 
820
    <def>
 
821
Multi-purpose Internet Mail Extensions.    </def>
 
822
    <resp>jocke</resp>
 
823
  </term>
 
824
  <term>
 
825
    <id>MOlong</id>
 
826
    <shortdef>Managed Object (MO)</shortdef>
 
827
    <def>
 
828
The abstract management information defined in a MIB.    </def>
 
829
    <resp>mbj</resp>
 
830
  </term>
 
831
  <term>
 
832
    <id>MO</id>
 
833
    <shortdef>MO</shortdef>
 
834
    <def>
 
835
Managed Object; The abstract management information defined in a MIB.    </def>
 
836
    <resp>nibe</resp>
 
837
  </term>
 
838
  <term>
 
839
    <id>MOshort</id>
 
840
    <shortdef>MO</shortdef>
 
841
    <def>
 
842
See Managed Object.    </def>
 
843
    <resp>mbj</resp>
 
844
  </term>
 
845
  <term>
 
846
    <id>module</id>
 
847
    <shortdef>module</shortdef>
 
848
    <def>
 
849
Module is the unit for compilation and for loading in Erlang. A Module contains a module declaration, export declarations and code representing the functions in the module.    </def>
 
850
    <resp>kenneth</resp>
 
851
  </term>
 
852
  <term>
 
853
    <id>NCSA</id>
 
854
    <shortdef>NCSA</shortdef>
 
855
    <def>
 
856
The National Center for Supercomputing Applications.    </def>
 
857
    <resp>jocke</resp>
 
858
  </term>
 
859
  <term>
 
860
    <id>NEshort</id>
 
861
    <shortdef>NE</shortdef>
 
862
    <def>
 
863
See Network Element.    </def>
 
864
    <resp>mbj</resp>
 
865
  </term>
 
866
  <term>
 
867
    <id>NElong</id>
 
868
    <shortdef>Network Element</shortdef>
 
869
    <def>
 
870
In OTP, the Network Element is the entire distributed OTP system, meaning that the distributed OTP system is managed as one entity.    </def>
 
871
    <resp>mbj</resp>
 
872
  </term>
 
873
  <term>
 
874
    <id>NE</id>
 
875
    <shortdef>NE</shortdef>
 
876
    <def>
 
877
Network Element; In OTP, the Network Element is the entire distributed OTP system, meaning that the distributed OTP system is managed as one entity.    </def>
 
878
    <resp>mbj</resp>
 
879
  </term>
 
880
  <term>
 
881
    <id>NMSlong</id>
 
882
    <shortdef>Network Management Station (NMS)</shortdef>
 
883
    <def>
 
884
The place where the operator manages the network.    </def>
 
885
    <resp>mbj</resp>
 
886
  </term>
 
887
  <term>
 
888
    <id>NMS</id>
 
889
    <shortdef>NMS</shortdef>
 
890
    <def>
 
891
Network Management Station; The place where the operator manages the network.    </def>
 
892
    <resp>nibe</resp>
 
893
  </term>
 
894
  <term>
 
895
    <id>NMSshort</id>
 
896
    <shortdef>NMS</shortdef>
 
897
    <def>
 
898
See Network Management Station.    </def>
 
899
    <resp>mbj</resp>
 
900
  </term>
 
901
  <term>
 
902
    <id>node</id>
 
903
    <shortdef>node</shortdef>
 
904
    <def>
 
905
An executing Erlang run-time system which can communicate with other Erlang run-time systems.    </def>
 
906
    <resp>kenneth</resp>
 
907
  </term>
 
908
  <term>
 
909
    <id>node name</id>
 
910
    <shortdef>node name</shortdef>
 
911
    <def>
 
912
A node name is an atom constructed as the concatenation of a name supplied by the user, an "@" character, and the name of the host where the node is executing.    </def>
 
913
    <resp>kenneth</resp>
 
914
  </term>
 
915
  <term>
 
916
    <id>notation</id>
 
917
    <shortdef>notation</shortdef>
 
918
    <def>
 
919
How things are written.    </def>
 
920
    <resp>kent</resp>
 
921
  </term>
 
922
  <term>
 
923
    <id>notification</id>
 
924
    <shortdef>notification</shortdef>
 
925
    <def>
 
926
Information of an event.    </def>
 
927
    <resp>kent</resp>
 
928
  </term>
 
929
  <term>
 
930
    <id>NROFF</id>
 
931
    <shortdef>NROFF</shortdef>
 
932
    <def>
 
933
A text formatting language for line printer quality output devices that runs on the UNIX operating system.    </def>
 
934
    <resp>jocke</resp>
 
935
  </term>
 
936
  <term>
 
937
    <id>number</id>
 
938
    <shortdef>number</shortdef>
 
939
    <def>
 
940
A data type in Erlang. Are subdivided into integers, for storing natural numbers, or floats, for storing real numbers.    </def>
 
941
    <resp>kenneth</resp>
 
942
  </term>
 
943
  <term>
 
944
    <id>OMGlong</id>
 
945
    <shortdef>Object Managment Group (OMG)</shortdef>
 
946
    <def>
 
947
A standardisation group for all specifications in the area of CORBA.    </def>
 
948
    <resp>lars</resp>
 
949
  </term>
 
950
  <term>
 
951
    <id>OMGshort</id>
 
952
    <shortdef>OMG</shortdef>
 
953
    <def>
 
954
Object Managment Group.    </def>
 
955
    <resp>lars</resp>
 
956
  </term>
 
957
  <term>
 
958
    <id>OTP</id>
 
959
    <shortdef>OTP</shortdef>
 
960
    <def>
 
961
Open Telecom Platform    </def>
 
962
    <resp>mike</resp>
 
963
  </term>
 
964
  <term>
 
965
    <id>os_mon</id>
 
966
    <shortdef>os_mon</shortdef>
 
967
    <def>
 
968
An application which monitors the behaviour of the underlying operating system    </def>
 
969
    <resp>mbj</resp>
 
970
  </term>
 
971
  <term>
 
972
    <id>parser generator</id>
 
973
    <shortdef>parser generator</shortdef>
 
974
    <def>
 
975
A tool for making compilers which takes a grammar description as input and generates a complete program (a parser) which recognizes input which complies with the grammar. YECC is a parser generator included in the Erlang/OTP.    </def>
 
976
    <resp>kenneth</resp>
 
977
  </term>
 
978
  <term>
 
979
    <id>pass phrase</id>
 
980
    <shortdef>pass phrase</shortdef>
 
981
    <def>
 
982
The word or phrase which authenticates the user who is authorized to use private key file. The pass phrase prevents unauthorized users from starting, restarting, or reconfiguring the server.    </def>
 
983
    <resp>helen</resp>
 
984
  </term>
 
985
  <term>
 
986
    <id>pattern matching</id>
 
987
    <shortdef>pattern matching</shortdef>
 
988
    <def>
 
989
A basic mechanism in Erlang for assigning values to variables and for controlling the flow of a program.    </def>
 
990
    <resp>kenneth</resp>
 
991
  </term>
 
992
  <term>
 
993
    <id>permanent child</id>
 
994
    <shortdef>permanent child</shortdef>
 
995
    <def>
 
996
A supervised process which always is restarted when it dies.    </def>
 
997
    <resp>mbj</resp>
 
998
  </term>
 
999
  <term>
 
1000
    <id>Pid</id>
 
1001
    <shortdef>Pid</shortdef>
 
1002
    <def>
 
1003
Process Identifier. A data type in Erlang for storing process references. The process identity of the process displayed in the line.    </def>
 
1004
    <resp>kenneth</resp>
 
1005
  </term>
 
1006
  <term>
 
1007
    <id>Pman</id>
 
1008
    <shortdef>Pman</shortdef>
 
1009
    <def>
 
1010
Module and application name for the Process Trace Tool.    </def>
 
1011
    <resp>olin</resp>
 
1012
  </term>
 
1013
  <term>
 
1014
    <id>point</id>
 
1015
    <shortdef>point</shortdef>
 
1016
    <def>
 
1017
A unit used to indicate the size of a typeface. Equal to 1/72 inches.    </def>
 
1018
    <resp>jocke</resp>
 
1019
  </term>
 
1020
  <term>
 
1021
    <id>pointer</id>
 
1022
    <shortdef>pointer</shortdef>
 
1023
    <def>
 
1024
A pointer tells where data is stored. Memory pointers are not used in Erlang.    </def>
 
1025
    <resp>kent</resp>
 
1026
  </term>
 
1027
  <term>
 
1028
    <id>port</id>
 
1029
    <shortdef>port</shortdef>
 
1030
    <def>
 
1031
A data type in Erlang. Ports provide the basic mechanism for communication with the external world.    </def>
 
1032
    <resp>peterl</resp>
 
1033
  </term>
 
1034
  <term>
 
1035
    <id>port controller</id>
 
1036
    <shortdef>port controller</shortdef>
 
1037
    <def>
 
1038
An Erlang process which controls a port program. A port has exactly one port controller.    </def>
 
1039
    <resp>peterl</resp>
 
1040
  </term>
 
1041
  <term>
 
1042
    <id>port program</id>
 
1043
    <shortdef>port program</shortdef>
 
1044
    <def>
 
1045
A program that runs as an external program in the operating system and which the Erlang run-time system can start and communicate with by means of the Erlang port mechanism.    </def>
 
1046
    <resp>kenneth</resp>
 
1047
  </term>
 
1048
  <term>
 
1049
    <id>PostScript</id>
 
1050
    <shortdef>PostScript</shortdef>
 
1051
    <def>
 
1052
A language describing a fully laid-out page in terms of fonts, lines, grey scales, and so on, in a way that is interpretable by a printer. The language was developed by Adobe Systems.    </def>
 
1053
    <resp>jocke</resp>
 
1054
  </term>
 
1055
  <term>
 
1056
    <id>pretty-printed</id>
 
1057
    <shortdef>pretty-printed</shortdef>
 
1058
    <def>
 
1059
Nicely formatted code or data, e.g. C or Erlang, with indents and tabs etc.    </def>
 
1060
    <resp>jocke</resp>
 
1061
  </term>
 
1062
  <term>
 
1063
    <id>primitive</id>
 
1064
    <shortdef>primitive</shortdef>
 
1065
    <def>
 
1066
The basic elements in a programming language.    </def>
 
1067
    <resp>kent</resp>
 
1068
  </term>
 
1069
  <term>
 
1070
    <id>private key</id>
 
1071
    <shortdef>private key</shortdef>
 
1072
    <def>
 
1073
The secret key in a pair, used to decrypt incoming messages and sign outgoing ones.    </def>
 
1074
    <resp>helen</resp>
 
1075
  </term>
 
1076
  <term>
 
1077
    <id>process</id>
 
1078
    <shortdef>process</shortdef>
 
1079
    <def>
 
1080
A process is a self-contained separate unit of execution which exists concurrently with other processes in the system. The BIF "spawn/3" creates and starts the execution of a new process.    </def>
 
1081
    <resp>kenneth</resp>
 
1082
  </term>
 
1083
  <term>
 
1084
    <id>process dictionary</id>
 
1085
    <shortdef>process dictionary</shortdef>
 
1086
    <def>
 
1087
Each process has an associated dictionary which provides the process with simple destructive storage capabilities.    </def>
 
1088
    <resp>kenneth</resp>
 
1089
  </term>
 
1090
  <term>
 
1091
    <id>Process Manager</id>
 
1092
    <shortdef>Process Manager</shortdef>
 
1093
    <def>
 
1094
Obsolete name for the Process Trace Tool.    </def>
 
1095
    <resp>olin</resp>
 
1096
  </term>
 
1097
  <term>
 
1098
    <id>Process Trace Tool</id>
 
1099
    <shortdef>Process Trace Tool</shortdef>
 
1100
    <def>
 
1101
A tool which gives an overview of the processes in the Erlang run-time system. See also Pman.    </def>
 
1102
    <resp>olin</resp>
 
1103
  </term>
 
1104
  <term>
 
1105
    <id>Profiler</id>
 
1106
    <shortdef>Profiler</shortdef>
 
1107
    <def>
 
1108
Another name for eprof, a tool used to profile a system in order to find out how much time is spent in various segments of a program.    </def>
 
1109
    <resp>olin</resp>
 
1110
  </term>
 
1111
  <term>
 
1112
    <id>program</id>
 
1113
    <shortdef>program</shortdef>
 
1114
    <def>
 
1115
Routines which can be executed by a computer.    </def>
 
1116
    <resp>kent</resp>
 
1117
  </term>
 
1118
  <term>
 
1119
    <id>Proxy</id>
 
1120
    <shortdef>proxy</shortdef>
 
1121
    <def>
 
1122
An intermediary program which acts as both a server and a client for the purpose of making requests on behalf of other clients.    </def>
 
1123
    <resp>jocke</resp>
 
1124
  </term>
 
1125
  <term>
 
1126
    <id>public key</id>
 
1127
    <shortdef>public key</shortdef>
 
1128
    <def>
 
1129
The publicly available key in a key pair, used to encrypt messages bound for its owner and to decrypt signatures made by its owner.    </def>
 
1130
    <resp>helen</resp>
 
1131
  </term>
 
1132
  <term>
 
1133
    <id>query</id>
 
1134
    <shortdef>query</shortdef>
 
1135
    <def>
 
1136
Queries are used for accessing the data in a Database Management System. The query specify a maybe complicated relation that should hold for all of the selected data. This could involve several tables as well as conditions like for instance less then and greater then.    </def>
 
1137
    <resp>hakan</resp>
 
1138
  </term>
 
1139
  <term>
 
1140
    <id>query language</id>
 
1141
    <shortdef>query language</shortdef>
 
1142
    <def>
 
1143
A language which is specially designed to express database queries. Examples of query languages are QLC and SQL.    </def>
 
1144
    <resp>hakan</resp>
 
1145
  </term>
 
1146
  <term>
 
1147
    <id>receive</id>
 
1148
    <shortdef>receive</shortdef>
 
1149
    <def>
 
1150
A primitive for message processing in Erlang, receives a message from a process.    </def>
 
1151
    <resp>kenneth</resp>
 
1152
  </term>
 
1153
  <term>
 
1154
    <id>record</id>
 
1155
    <shortdef>record</shortdef>
 
1156
    <def>
 
1157
A data structure intended for storing a fixed number of related Erlang terms, it is similar to a "struct" in C or a "record" in Pascal.    </def>
 
1158
    <resp>kenneth</resp>
 
1159
  </term>
 
1160
  <term>
 
1161
    <id>recursion</id>
 
1162
    <shortdef>recursion</shortdef>
 
1163
    <def>
 
1164
A function is recursive if it calls itself until the result desired is attained. Recursion is the heart of functional programming.    </def>
 
1165
    <resp>kenneth</resp>
 
1166
  </term>
 
1167
  <term>
 
1168
    <id>reference</id>
 
1169
    <shortdef>reference</shortdef>
 
1170
    <def>
 
1171
A data type in Erlang for storing system unique references.    </def>
 
1172
    <resp>kenneth</resp>
 
1173
  </term>
 
1174
  <term>
 
1175
    <id>release handler</id>
 
1176
    <shortdef>release handler</shortdef>
 
1177
    <def>
 
1178
A SASL process which handles software upgrade.    </def>
 
1179
    <resp>mbj</resp>
 
1180
  </term>
 
1181
  <term>
 
1182
    <id>relup</id>
 
1183
    <shortdef>release upgrade script</shortdef>
 
1184
    <def>
 
1185
A script with instructions to the release handler of how the release should be installed in the system.    </def>
 
1186
    <resp>mbj</resp>
 
1187
  </term>
 
1188
  <term>
 
1189
    <id>RPC</id>
 
1190
    <shortdef>Remote Proceedure Call</shortdef>
 
1191
    <def>
 
1192
A technique for evaluating a function transparently on a remote node.    </def>
 
1193
    <resp>kenneth</resp>
 
1194
  </term>
 
1195
  <term>
 
1196
    <id>resource</id>
 
1197
    <shortdef>resource</shortdef>
 
1198
    <def>
 
1199
The actual resource to be managed.  A resource is represented by a Managed Object. Each resource is mapped to one or several resources.    </def>
 
1200
    <resp>mbj</resp>
 
1201
  </term>
 
1202
  <term>
 
1203
    <id>resources</id>
 
1204
    <shortdef>resources</shortdef>
 
1205
    <def>
 
1206
The actual resources to be managed.  A resource is represented by a Managed Object. Each resource is mapped to one or several resources.    </def>
 
1207
    <resp>nibe</resp>
 
1208
  </term>
 
1209
  <term>
 
1210
    <id>RFC</id>
 
1211
    <shortdef>RFC</shortdef>
 
1212
    <def>
 
1213
A "Request for Comments" used as a proposed standard by IETF.    </def>
 
1214
    <resp>jocke</resp>
 
1215
  </term>
 
1216
  <term>
 
1217
    <id>SASLshort</id>
 
1218
    <shortdef>SASL</shortdef>
 
1219
    <def>
 
1220
See System Architecture Support Libraries.    </def>
 
1221
    <resp>mbj</resp>
 
1222
  </term>
 
1223
  <term>
 
1224
    <id>schema</id>
 
1225
    <shortdef>schema</shortdef>
 
1226
    <def>
 
1227
The schema contains the definitions and whereabouts for all tables. In Mnesia it is realized as a special table named "schema".    </def>
 
1228
    <resp>hakan</resp>
 
1229
  </term>
 
1230
  <term>
 
1231
    <id>schema functions</id>
 
1232
    <shortdef>schema functions</shortdef>
 
1233
    <def>
 
1234
The functions which are available for managing schemas.    </def>
 
1235
    <resp>hakan</resp>
 
1236
  </term>
 
1237
  <term>
 
1238
    <id>SDL</id>
 
1239
    <shortdef>SDL</shortdef>
 
1240
    <def>
 
1241
Specification and Description Language. A ITU-T standard specification language which is used to specify the behaviour of switching systems.    </def>
 
1242
    <resp>kenneth</resp>
 
1243
  </term>
 
1244
  <term>
 
1245
    <id>send</id>
 
1246
    <shortdef>send</shortdef>
 
1247
    <def>
 
1248
A primitive for message processing in Erlang, sends a message to a process.    </def>
 
1249
    <resp>kenneth</resp>
 
1250
  </term>
 
1251
  <term>
 
1252
    <id>shell</id>
 
1253
    <shortdef>shell</shortdef>
 
1254
    <def>
 
1255
The shell is an interactive front-end to an Erlang node where Erlang expressions can be evaluated.    </def>
 
1256
    <resp>kenneth</resp>
 
1257
  </term>
 
1258
  <term>
 
1259
    <id>shell prompt</id>
 
1260
    <shortdef>shell prompt</shortdef>
 
1261
    <def>
 
1262
The text or symbol shown on the screen when the shell is ready to receive commands.    </def>
 
1263
    <resp>kent</resp>
 
1264
  </term>
 
1265
  <term>
 
1266
    <id>SNMPEAlong</id>
 
1267
    <shortdef>Simple Network Management Protocol Extensible Agent (SNMPEA).</shortdef>
 
1268
    <def>
 
1269
An Erlang/OTP application that includes a bilingual extensible SNMP agent.    </def>
 
1270
    <resp>mbj</resp>
 
1271
  </term>
 
1272
  <term>
 
1273
    <id>single assignment</id>
 
1274
    <shortdef>single assignment</shortdef>
 
1275
    <def>
 
1276
Means that once a variable has been assigned a value, the value can never be changed. Erlang is a single assignment language.    </def>
 
1277
    <resp>kenneth</resp>
 
1278
  </term>
 
1279
  <term>
 
1280
    <id>single step</id>
 
1281
    <shortdef>single step</shortdef>
 
1282
    <def>
 
1283
Single stepping is a function provided by the debugger. By single stepping the developer may use the debugger to follow the execution of a process and see what actually happens at each function call.    </def>
 
1284
    <resp>olin</resp>
 
1285
  </term>
 
1286
  <term>
 
1287
    <id>slave</id>
 
1288
    <shortdef>slave</shortdef>
 
1289
    <def>
 
1290
Not in control, can never take over by himself.    </def>
 
1291
    <resp>kent</resp>
 
1292
  </term>
 
1293
  <term>
 
1294
    <id>SSLlong</id>
 
1295
    <shortdef>Secure Sockets Layer (SSL)</shortdef>
 
1296
    <def>
 
1297
A protocol created by Netscape Communications Corporation for authentication and encryption over TCP/IP networks, including Web.    </def>
 
1298
    <resp>helen</resp>
 
1299
  </term>
 
1300
  <term>
 
1301
    <id>signature</id>
 
1302
    <shortdef>signature</shortdef>
 
1303
    <def>
 
1304
An encrypted text block that validates a certificate or other file. A Certification Authority (CA) creates a signature by generating a hash of the public key embedded in a certificate, then encrypting the hash with its own private key. Only the CA's public key can decrypt the signature, verifying that the CA has authenticated the network entity that owns the certificate.    </def>
 
1305
    <resp>helen</resp>
 
1306
  </term>
 
1307
  <term>
 
1308
    <id>SNMPshort</id>
 
1309
    <shortdef>SNMP</shortdef>
 
1310
    <def>
 
1311
Simple Network Management Protocol.    </def>
 
1312
    <resp>mbj</resp>
 
1313
  </term>
 
1314
  <term>
 
1315
    <id>SNMPshort</id>
 
1316
    <shortdef>SNMPEA</shortdef>
 
1317
    <def>
 
1318
See Simple Network Management Protocol Extensible Agent.    </def>
 
1319
    <resp>mbj</resp>
 
1320
  </term>
 
1321
  <term>
 
1322
    <id>spawn</id>
 
1323
    <shortdef>spawn</shortdef>
 
1324
    <def>
 
1325
A primitive for multiprocessing in Erlang, that starts a parallel computation (called a process). The creation of a new process    </def>
 
1326
    <resp>kenneth</resp>
 
1327
  </term>
 
1328
  <term>
 
1329
    <id>SSLshort</id>
 
1330
    <shortdef>SSL</shortdef>
 
1331
    <def>
 
1332
See Secure Sockets Layer.    </def>
 
1333
    <resp>helen</resp>
 
1334
  </term>
 
1335
  <term>
 
1336
    <id>SSLeay</id>
 
1337
    <shortdef>SSLeay</shortdef>
 
1338
    <def>
 
1339
An SSL library developed by Eric Yong (eay@mincom.oz.au).    </def>
 
1340
    <resp>helen</resp>
 
1341
  </term>
 
1342
  <term>
 
1343
    <id>SSLTOP</id>
 
1344
    <shortdef>SSLTOP</shortdef>
 
1345
    <def>
 
1346
The path to your SSL directory, a subdirectory of ServerRoot.    </def>
 
1347
    <resp>helen</resp>
 
1348
  </term>
 
1349
  <term>
 
1350
    <id>start script</id>
 
1351
    <shortdef>start script</shortdef>
 
1352
    <def>
 
1353
A start script is a file with .script extension which is the source when a boot file is created. See SASL User's Guide for more info.    </def>
 
1354
    <resp>kenneth</resp>
 
1355
  </term>
 
1356
  <term>
 
1357
    <id>stdlib</id>
 
1358
    <shortdef>stdlib</shortdef>
 
1359
    <def>
 
1360
An application within Erlang/OTP which contains modules for manipulating lists, strings, files, etc.    </def>
 
1361
    <resp>kenneth</resp>
 
1362
  </term>
 
1363
  <term>
 
1364
    <id>sticky directory</id>
 
1365
    <shortdef>sticky directory</shortdef>
 
1366
    <def>
 
1367
A directory containing Erlang object code that is part of the runtime system.    </def>
 
1368
    <resp>kent</resp>
 
1369
  </term>
 
1370
  <term>
 
1371
    <id>sticky lock</id>
 
1372
    <shortdef>sticky lock</shortdef>
 
1373
    <def>
 
1374
A lock which lingers at a node after the transaction which first acquired the lock has terminated. Once a process has obtained a sticky lock on a node, subsequent locks acquired by processes on the same node, can be set without need of involving remote nodes.    </def>
 
1375
    <resp>hakan</resp>
 
1376
  </term>
 
1377
  <term>
 
1378
    <id>string</id>
 
1379
    <shortdef>string</shortdef>
 
1380
    <def>
 
1381
The ASCII or ISO-8859-1 representation of the list of characters occurring within quotation marks in Erlang code.    </def>
 
1382
    <resp>kent</resp>
 
1383
  </term>
 
1384
  <term>
 
1385
    <id>Subagent</id>
 
1386
    <shortdef>Subagent</shortdef>
 
1387
    <def>
 
1388
The SNMP agent system consists of one Master Agent (See Master Agent) and zero or more Subagents which can be used to distribute the SNMP agent system on several nodes.    </def>
 
1389
    <resp>mbj</resp>
 
1390
  </term>
 
1391
  <term>
 
1392
    <id>supervision tree</id>
 
1393
    <shortdef>supervision tree</shortdef>
 
1394
    <def>
 
1395
A hierarcial tree of processes used to program fault tolerant systems.    </def>
 
1396
    <resp>mbj</resp>
 
1397
  </term>
 
1398
  <term>
 
1399
    <id>supervisor</id>
 
1400
    <shortdef>supervisor</shortdef>
 
1401
    <def>
 
1402
A behaviour to stucture fault tolerant computations, and program supervision trees with.    </def>
 
1403
    <resp>mbj</resp>
 
1404
  </term>
 
1405
  <term>
 
1406
    <id>sup_bridge</id>
 
1407
    <shortdef>supervisor bridge</shortdef>
 
1408
    <def>
 
1409
A behaviour used to connect a process, or subsystem, to a supervisor tree.    </def>
 
1410
    <resp>mbj</resp>
 
1411
  </term>
 
1412
  <term>
 
1413
    <id>SASLlong</id>
 
1414
    <shortdef>System Architecture Support Libraries (SASL)</shortdef>
 
1415
    <def>
 
1416
An Erlang/OTP application which contains services for error logging, release handling and report browsing.    </def>
 
1417
    <resp>mbj</resp>
 
1418
  </term>
 
1419
  <term>
 
1420
    <id>.config</id>
 
1421
    <shortdef>system configuration file</shortdef>
 
1422
    <def>
 
1423
A file which specifies configuration parameters for the applications in the system.    </def>
 
1424
    <resp>mbj</resp>
 
1425
  </term>
 
1426
  <term>
 
1427
    <id>table lock</id>
 
1428
    <shortdef>table lock</shortdef>
 
1429
    <def>
 
1430
Table locks are locks which are set on whole tables. They may either be read locks or write locks.    </def>
 
1431
    <resp>hakan</resp>
 
1432
  </term>
 
1433
  <term>
 
1434
    <id>Table Visualizer</id>
 
1435
    <shortdef>Table Visualizer</shortdef>
 
1436
    <def>
 
1437
A tool which enables the user to examine ETS and Mnesia tables.    </def>
 
1438
    <resp>olin</resp>
 
1439
  </term>
 
1440
  <term>
 
1441
    <id>temporary child</id>
 
1442
    <shortdef>temporary child</shortdef>
 
1443
    <def>
 
1444
A supervised process which is never restarted when it dies.    </def>
 
1445
    <resp>mbj</resp>
 
1446
  </term>
 
1447
  <term>
 
1448
    <id>term</id>
 
1449
    <shortdef>term</shortdef>
 
1450
    <def>
 
1451
The super type of all Erlang types.    </def>
 
1452
    <resp>kenneth</resp>
 
1453
  </term>
 
1454
  <term>
 
1455
    <id>Toolbar</id>
 
1456
    <shortdef>Toolbar</shortdef>
 
1457
    <def>
 
1458
A tool that provides an simplistic interface to the other various Erlang/OTP tools    </def>
 
1459
    <resp>olin</resp>
 
1460
  </term>
 
1461
  <term>
 
1462
    <id>tools</id>
 
1463
    <shortdef>tools</shortdef>
 
1464
    <def>
 
1465
An application within Erlang/OTP which contains the tools which are not applications themselves.    </def>
 
1466
    <resp>olin</resp>
 
1467
  </term>
 
1468
  <term>
 
1469
    <id>transaction</id>
 
1470
    <shortdef>transaction</shortdef>
 
1471
    <def>
 
1472
Transactions groups a set of database accesses into an atomic unit. All transactions has the ACID (atomicity, concistency, isolation and durability) properties.    </def>
 
1473
    <resp>hakan</resp>
 
1474
  </term>
 
1475
  <term>
 
1476
    <id>transient child</id>
 
1477
    <shortdef>transient child</shortdef>
 
1478
    <def>
 
1479
A supervised process which is restarted if it dies non-normally.    </def>
 
1480
    <resp>mbj</resp>
 
1481
  </term>
 
1482
  <term>
 
1483
    <id>trigger</id>
 
1484
    <shortdef>trigger</shortdef>
 
1485
    <def>
 
1486
The Interpreter. A break point that is reached by a process triggers if it is active, and the execution of the process is stopped.    </def>
 
1487
    <resp>olin</resp>
 
1488
  </term>
 
1489
  <term>
 
1490
    <id>tty</id>
 
1491
    <shortdef>tty</shortdef>
 
1492
    <def>
 
1493
tty is a simple command line interface program where keystrokes are collected and interpreted. Originally meant teletypewriter equipment. Now it usually means the user console/terminal/shell window.    </def>
 
1494
    <resp>kent</resp>
 
1495
  </term>
 
1496
  <term>
 
1497
    <id>tuple</id>
 
1498
    <shortdef>tuple</shortdef>
 
1499
    <def>
 
1500
A tuple is a data type in Erlang. Tuples are used as place holders for complex data structures. Tuples may contain anything of any size, and are written as sequences of terms separated by commas, and enclosed in curly brackets { }.    </def>
 
1501
    <resp>kenneth</resp>
 
1502
  </term>
 
1503
  <term>
 
1504
    <id>variable</id>
 
1505
    <shortdef>variable</shortdef>
 
1506
    <def>
 
1507
An alias for a memory position, in which a value can be put. Erlang variables always start with an upper case letter.    </def>
 
1508
    <resp>kenneth</resp>
 
1509
  </term>
 
1510
  <term>
 
1511
    <id>workers</id>
 
1512
    <shortdef>workers</shortdef>
 
1513
    <def>
 
1514
The lower nodes in a supervision tree. These are the processes that actually performs some real work, e.g. servers.    </def>
 
1515
    <resp>mbj</resp>
 
1516
  </term>
 
1517
  <term>
 
1518
    <id>YECC</id>
 
1519
    <shortdef>YECC</shortdef>
 
1520
    <def>
 
1521
A LALR-1 parser generator included in Erlang/OTP. It is written in Erlang and generates a parser as an Erlang module.    </def>
 
1522
    <resp>kenneth</resp>
 
1523
  </term>
 
1524
</terms>
 
1525