You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage erlang-stdlib-R16B-03.1.fc19.x86_64
The Erlang standard libraries.
RPMPackage erlang-stats_hero-0.0.0.12cbd38-1.lbn19.x86_64
General purpose stats collection Chef is a system integration framework written in erlang and ruby and designed to bring the benefits of configuration management to your entire infrastructure.
RPMPackage erlang-ssl-18.3.3-1.lbn19.x86_64
Secure Socket Layer support.
RPMPackage erlang-ssh-17.4-5.lbn19.x86_64
Secure Shell application with sftp and ssh support.
RPMPackage erlang-sqerl-1.0.0-1.lbn19.x86_64
General purpose RDBMS abstraction layer Chef is a system integration framework written in erlang and ruby and designed to bring the benefits of configuration management to your entire infrastructure.
RPMPackage erlang-snmp-R16B-03.5.lbn19.x86_64
Simple Network Management Protocol (SNMP) support including a MIB compiler and tools for creating SNMP agents.
RPMPackage erlang-sd_notify-0.1-10.lbn19.x86_64
Erlang interface to systemd notify subsystem.
RPMPackage erlang-sasl-18.3.3-1.lbn19.x86_64
The System Architecture Support Libraries is a set of tools for release upgrades and alarm handling etc.
RPMPackage erlang-runtime_tools-R16B-03.1.fc19.x86_64
A set of tools to include in a production system.
RPMPackage erlang-reltool-17.4-5.lbn19.x86_64
Reltool is a release management tool. It analyses a given Erlang/OTP installation and determines various dependencies between applications. The graphical frontend depicts the dependencies and enables interactive customization of a target system. The backend provides a batch interface for generation of customized target systems.
RPMPackage erlang-rabbit_common-0.0.1-1.lbn19.x86_64
This is a stripped down distribution of the rabbitmq-server code required by the rabbitmq-erlang-client for use as a rebar dep. YOU SHOULD NEVER FORK/EDIT THIS CODE IT IS JUST TO SATISFY GEN_BUNNY's REBAR DEPENDENCY.
RPMPackage erlang-public_key-17.4-5.lbn19.x86_64
API to public key infrastructure.
RPMPackage erlang-pooler-1.1.0-1.lbn19.x86_64
The pooler application allows you to manage pools of OTP behaviors such as gen_servers, gen_fsms, or supervisors, and provide consumers with exclusive access to pool members using pooler:take_member. https://travis-ci.org/seth/pooler.png What pooler does Protects the members of a pool from being used concurrently The main pooler interface is pooler:take_member/1 and pooler:return_member/3. The pooler server will keep track of which members are in use and which are free. There is no need to call pooler:return_member if the consumer is a short-lived process; in this case, pooler will detect the consumer’s normal exit and reclaim the member. To achieve this, pooler tracks the calling process of take_member as the consumer of the pool member. Thus pooler assumes that there is no middle-man process calling take_member and handing out the member pid to another worker process. Maintains the size of the pool You specify an initial and a maximum number of members in the pool. Pooler will create new members on demand until the maximum member count is reached. New pool members are added to replace members that crash. If a consumer crashes, the member it was using will be destroyed and replaced. You can configure Pooler to periodically check for and remove members that have not been used recently to reduce the member count back to its initial size. Manage multiple pools You can use pooler to manage multiple independent pools and multiple grouped pools. Independent pools allow you to pool clients for different backend services (e.g. postgresql and redis). Grouped pools can optionally be accessed using pooler:take_group_member/1 to provide load balancing of the pools in the group. A typical use of grouped pools is to have each pool contain clients connected to a particular node in a cluster (think database read slaves). Pooler’s take_group_member function will randomly select a pool in the group to fetch a member from. If the randomly selected pool has no free members, pooler will attempt to obtain a member from each pool in the group. If there is no pool with available members, pooler will return error_no_members.
RPMPackage erlang-pman-R16B-03.1.fc19.x86_64
A graphical process manager used to inspect Erlang processes.
RPMPackage erlang-percept-R16B-03.1.fc19.x86_64
A concurrency profiler tool.
RPMPackage erlang-parsetools-17.4-5.lbn19.x86_64
A set of parsing and lexical analysis tools.
RPMPackage erlang-otp_mibs-18.3.3-1.lbn19.x86_64
SNMP management information base for Erlang/OTP nodes.
RPMPackage erlang-os_mon-17.4-5.lbn19.x86_64
A monitor which allows inspection of the underlying operating system.
RPMPackage erlang-orber-18.3.3-1.lbn19.x86_64
A CORBA Object Request Broker.
RPMPackage erlang-opscoderl_wm-0.0.1-1.lbn19.x86_64
Opscode helpers for Webmachine Chef is a system integration framework written in erlang and ruby and designed to bring the benefits of configuration management to your entire infrastructure.