This section introduces Mnesia with an example database. This example is referenced in the following sections, where the example is modified to illustrate various program constructs. This section ...
To use the complete cosFileTransfer application cosProperty must be installed. Below is a short transcript on how to run cosFileTransfer. %% Start Mnesia and Orber mnesia:delete_schema([node()]), ...
cosTransactions is dependent on Orber version 3.0.1 or later(see the Orber documentation), which provides CORBA functionality in an Erlang environment. cosTransactions is dependent on ...
This document focuses on the graphical parts of the tool. The concepts are explained in the reference manual for the module reltool. On the library page it is possible to control which sources the ...
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 ...
The Trivial File Transfer Protocol or TFTP is a very simple protocol used to transfer files. It has been implemented on top of the User Datagram protocol (UDP) so it may be used to move files between ...
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 scroll bar of the et_viewer window could not be dragged all the way to the top of the window. It would always stop at the second event. This is now corrected. asn1, common_test, compiler, crypto, ...
To avoid hard coding data values related to the test and/or SUT (System Under Test) in the test suites, the data may instead be specified by means of configuration files or strings that Common Test ...
cprof is a profiling tool that can be used to get a picture of how often different functions in the system are called. cprof uses breakpoints similar to local call trace, but containing counters, to ...
In rare circumstances, Dialyzer could crash analyzing code with a list comprehension whose value was ignored. (Thanks to Ulf Wiger for reporting this bug.) The HiPE compiler would badly miscompile ...
Basic functions on Core Erlang abstract syntax trees.