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 ...
Permits access to the specified set of nodes. Before the first call to allow/1, any node with the correct cookie can be connected. When allow/1 is called, a list of allowed nodes is established. Any ...
An opaque term (a tuple) representing a trace token. OldToken = seq_trace:set_token([]), % set to empty and save % old value % do something that should not be part of the trace io:format("Exclude the ...
Replaced unintentional Erlang Public License 1.1 headers in some files with the intended Apache License 2.0 header. Avoid httpd returning 500 internal server error ...
The HTTP client default profile will be started when the inets application is started and is then available to all processes on that erlang node. Other profiles may also be started at application ...
The I/O protocol in Erlang enables bi-directional communication between clients and servers. The I/O server is a process that handles the requests and performs the requested task on, for example, an I ...
A "match specification" (match_spec) is an Erlang term describing a small "program" that tries to match something. It can be used to either control tracing with erlang:trace_pattern/3 or to search for ...
This section informs on interoperability, that is, information exchange, between Erlang and other programming languages. The included examples mainly treat interoperability between Erlang and C. The ...