You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage erlang-proper-1.1-6.lbn19.x86_64
PropEr (PROPerty-based testing tool for ERlang) is a QuickCheck-inspired open-source property-based testing tool for Erlang.
RPMPackage erlang-pooler-devel-1.1.0-1.lbn19.x86_64
An OTP Process Pool Application source code
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.5.lbn19.x86_64
A graphical process manager used to inspect Erlang processes.
RPMPackage erlang-pman-R15B-03.3.fc18.1307162303kf.armv6hl
A graphical process manager used to inspect Erlang processes.
RPMPackage erlang-percept-18.3.3-1.lbn19.x86_64
A concurrency profiler tool.
RPMPackage erlang-percept-R15B-03.3.fc18.1307162303kf.armv6hl
A concurrency profiler tool.
RPMPackage erlang-parsetools-18.3.3-1.lbn19.x86_64
A set of parsing and lexical analysis tools.
RPMPackage erlang-parsetools-R15B-03.3.fc18.1307162303kf.armv6hl
A set of parsing and lexical analysis tools.
RPMPackage erlang-p1_yaml-1.0.0-2.lbn19.x86_64
P1 YAML is an Erlang wrapper for libyaml "C" library.
RPMPackage erlang-p1_xmlrpc-1.15.1-1.lbn19.x86_64
Erlang XMLRPC implementation with SSL, cookies, Authentication. This is an HTTP 1.1 compliant XML-RPC library for Erlang. It is designed to make it easy to write XML-RPC Erlang clients and/or servers. The library is compliant with the XML-RPC specification published by http://www.xmlrpc.org/. Prior to using this library you need a recent installation of Erlang (Erlang/OTP R12). You are now ready to try the client and server examples in the examples/ directory. Do not forget to read doc/xmlrpc.3 (or xmlrpc.txt, xmlrpc.ps, xmlrpc.pdf) for a detailed API description. Get the latest version of this library at https://github.com/rds13/xmlrpc/ . This library is a hack over http://ejabberd.jabber.ru/files/contributions/xmlrpc-1.13-ipr2.tgz to add support for custom HTTP headers, https transport and case insensitive HTTP header support. Custom HTTP headers allow to send cookies between client and server.
RPMPackage erlang-p1_xml-1.1.1-1.lbn19.x86_64
Fast Expat based Erlang XML parsing and manipulation library, with a strong focus on XML stream parsing from network. It supports full XML structure parsing, suitable for small but complete XML chunks, and XML stream parsing suitable for large XML document, or infinite network XML stream like XMPP. This module can parse files much faster than built-in module xmerl. Depending on file complexity and size xml_stream:parse_element/1 can be 8-18 times faster than calling xmerl_scan:string/2.
RPMPackage erlang-p1_utils-1.0.4-1.lbn19.x86_64
p1_utils is an application containing ProcessOne modules and tools that are leveraged in other development projects.
RPMPackage erlang-p1_stun-1.0.1-2.lbn19.x86_64
STUN and TURN library for Erlang / Elixir. Both STUN (Session Traversal Utilities for NAT) and TURN standards are used as techniques to establish media connection between peers for VoIP (for example using SIP or Jingle) and WebRTC.
RPMPackage erlang-p1_pgsql-1.1.0-1.lbn19.x86_64
This is an Erlang PostgreSQL driver, used by ejabberd.
RPMPackage erlang-p1_pam-1.0.0-2.lbn19.x86_64
An Erlang library for ejabberd that helps with PAM authentication.
RPMPackage erlang-p1_oauth2-0.6.1-1.lbn19.x86_64
This library is designed to simplify the implementation of the server side of OAuth2.
RPMPackage erlang-p1_mysql-1.0.1-1.lbn19.x86_64
This is an Erlang MySQL driver, used by ejabberd.
RPMPackage erlang-p1_fast_yaml-1.0.2-2.lbn19.x86_64
Fast YAML native library for Erlang / Elixir
RPMPackage erlang-p1_fast_xml-1.1.6-3.lbn19.x86_64
Fast Expat based Erlang XML parsing library