Support library for abstract Erlang syntax trees.
This module contains functions for managing the Interface Repository (IFR). This documentation should be used in conjunction with the documentation in chapter 6 of CORBA2.3. Whenever the term IFR ...
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 ...
The HTTP server, also referred to as httpd, handles HTTP requests as described in RFC 2616 with a few exceptions, such as gateway and proxy functionality. The server supports IPv6 as long as the ...
Internally in the Erlang runtime system locks are used to protect resources from being updated from multiple threads in a fatal way. Locks are necessary to ensure that the runtime system works ...
The I/O-protocol in Erlang specifies a way for a client to communicate with an I/O server and vice versa. The I/O server is a process that handles the requests and performs the requested task on e.g.
Call/start a distributed Erlang node. The -address flag is typically useful when one wants to call a node that is running on machine without an accessible epmd instance. (Optional.) Use this option to ...
Erlang/OTP 27.2 is the second maintenance patch package for OTP 27, with mostly bug fixes as well as improvements.
Interface to TCP/IP sockets.
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 ...