To fully understand how to configure the algorithms, it is essential to have a basic understanding of the SSH protocol and how OTP SSH app handles the corresponding items The first subsection will ...
The function crypto:pbkdf2_hmac will no longer block the main schedulers. If the iteration count or block size parameters are such that the function is likely to take a long time to execute, the ...
With this change, upon remote socket closure current request is added to a retried queue (either pipeline or keep_alive, but not both). Documentation fix for inets ...
UDP queries are used unless resolver option usevc is true, which forces TCP queries. If the query is too large for UDP, TCP is used instead. For regular DNS queries, 512 bytes is the size limit. But ...
This is a "kick start" tutorial to get you started with Erlang. Everything here is true, but only part of the truth. For example, I'll only tell you the simplest form of the syntax, not all esoteric ...
A behaviour module for implementing the server of a client-server relation. A generic server process (gen_server) implemented using this module will have a standard ...
This module provides an API for the zlib library (www.zlib.net). It is used to compress and decompress data. The data format is described by RFC 1950, RFC 1951, and RFC 1952. A typical (compress) ...
An application can include other applications. An included application has its own application directory and .app file, but it is started as part of the supervisor tree of another application. An ...
Thu Aug 24 04:33:52 CEST 2006 ...
The process manager (PMAN) is a tool for viewing executing processes in a distributed or local Erlang system. Its main purpose is to locate erroneous code by inspecting the state of the processes and ...
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 ...
Main user interface for the Common Test framework.