This is the content of the Erlang course. This course usually takes four days to complete. It is divided into 5 modules and has a number of programming exercises.
A node fetches the Port number of another node through the EPMD (at the other host) in order to initiate a connection request. For each host where a distributed Erlang node is running there should ...
The Orber application is a CORBA compliant Object Request Brokers (ORB), which provides CORBA functionality in an Erlang environment. Essentially, the ORB channels communication or transactions ...
High Performance Erlang (HiPE) is part of ordinary Open Source Erlang. It allows compiling Erlang modules to native code. Erjang is an experimental Erlang VM implemented in Java. Erlang to Scheme ...
The configuration of a Mnesia system is described in a schema. The schema is a special table that includes information such as the table names and the storage type of each table (that is, whether a ...
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 ...
The SNMP MIB compiler has been fixed to compile MIBS with refinements on user types such as in RFC 4669 RADIUS-AUTH-SERVER-MIB.mib. Problem reported and researched by Kenneth Lakin and Daniel Goertzen ...
PLI (Principles, Logics, and Implementations of High-Level Programming Languages) was a confederation of conferences and workshops aimed at the advancement of high-level programming languages and ICFP ...
GS is not recommended for use in new applications. Instead we recommend WX for applications that need a graphical user interface. GS is not maintained and we plan to deprecate and remove it from the ...