Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okeuday/supool

Erlang Process Pool as a Supervisor
https://github.com/okeuday/supool

data-structures erlang erlang-process-pool

Last synced: about 1 month ago
JSON representation

Erlang Process Pool as a Supervisor

Awesome Lists containing this project

README

        

supool: Erlang Process Pool as a Supervisor
===========================================

Purpose
-------

Make it simple to start a single Erlang/OTP supervisor ChildSpec as a pool of
processes with each process selected in round-robin order.

(If you need process pools stored as process heap data,
see [varpool](https://github.com/okeuday/varpool#readme))

Build
-----

rebar compile

Test
----

rebar eunit

Author
------

Michael Truog (mjtruog at protonmail dot com)

License
-------

MIT License