If you need to keep a database that will be used by multiple processes and/or nodes, using Mnesia means you don't have to write your own access controls. It depends. Erlang has no problem storing ...
Main user interface for the Common Test framework.
Solaris takes about 17 MB of RAM on a system with 64 MB of total RAM. This leaves about 47 MB for the applications. If the system uses swapping, these figures cannot be improved because unnecessary ...
There are always many discussion threads on erlang-questions and other places about enhancements, changes and extensions to the Erlang runtime system and the language. To document the various ...
Fixed a bug where calling httpc:set_options/2 when one of keys: ipfamily or unix_socket, was not present, would cause the other value to get overriden by the default value. The validation of these ...
Program used for starting Common Test from the OS command line.
The easiest way to start Crashdump Viewer is to use shell script cdv with the full path to the Erlang crashdump as argument. The script is located in directory priv of the Observer application. This ...
Core Erlang abstract syntax trees.
The low-level Erlang loader. This module is used to load all Erlang modules into the system. The start script is also fetched with this low-level loader.
With an imperative language background (e.g. C, Python, Java, C++, Pascal, PERL, etc.), it takes most people about a week before they can write nontrivial programs, about a month to feel really ...
Callback module of a Diameter application. A record containing the identities of the local Diameter node and the remote Diameter peer having an established transport connection, as well as the ...
This module is deprecated and the functions should not be used.