• Stars
    star
    1
  • Language
    Erlang
  • License
    Apache License 2.0
  • Created almost 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Resource pool project is written in Erlang as a tiny library. The goal of the tool is reduce the overhead of creating new resources by reusing of the same resources among multiple processes. Database connection is most popular example for pooling resource.

More Repositories

1

erl.mqtt.server

MQTT server is designed for communication in Machine to Machine (M2M) and Internet of Things (IoT) contexts and implements MQTT protocol versions 3.1, 3.1.1 and 5.0. The server is written in Erlang as OTP application.
Erlang
19
star
2

mqtt_client

MQTT client is designed for communication in Machine to Machine (M2M) and Internet of Things (IoT) contexts and implements MQTT protocol versions 3.1, 3.1.1 and 5.0. The client is written in Erlang and tested with MQTT servers like Mosquitto and RabbitMQ.
Erlang
6
star
3

erlangML

Erlang neural network (machine learning).
Erlang
3
star
4

erl.mqtt.common

This library is a common part for both projects MQTT client and MQTT server.
Erlang
2
star
5

ex.rsrc_pool

Resource pool is implemented in Elixir as a tiny library. The goal of the tool is reduce the overhead of creating new resources by reusing of the same resources among multiple processes. Database connection is most popular example for pooling resource.
Elixir
2
star
6

erl.web.sim

Simple instant messenger (SIM) is based on erl.mqtt.server. Live demo of the messenger is running in http://lucky3p.com/sim.
JavaScript
1
star
7

mysql_client

'mysql_client' is a MySQL client written in Erlang and provides API that is very close to Connector/C library. The client is using low level (TCP/IP socket) connection to MySQL server and allows to exchange a data with maximum possible speed. Multiple datasource support and connection pool are incapsulated in the client that increases a performance in concurrent environment.
Erlang
1
star