Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okeuday/supool
- Owner: okeuday
- License: mit
- Created: 2015-08-01T17:48:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T19:05:44.000Z (about 1 year ago)
- Last Synced: 2024-04-27T07:42:04.926Z (7 months ago)
- Topics: data-structures, erlang, erlang-process-pool
- Language: Erlang
- Homepage:
- Size: 66.4 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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