Skip to content

an Erlang supervisor that associates dynamically created children with names specified at run-time.

License

Notifications You must be signed in to change notification settings

fmrl/process_pool

Repository files navigation

process_pool

written by michael lowell roberts.

overview

process_pool is a supervision tree module that can dynamically create children. unlike a simple_one_for_one supervisor, however, process_pool permits access to its children through client-specified names.

i am still developing process_pool, so please consider the API unstable for the moment.

license

process_pool source code is provided under the New BSD License.

this means that you are free to use process_pool for any purpose you see fit, as long as you give proper credit for my work.

you're not required to distribute source code if you use process_pool. if you don't, you can satisfy the credit requirement by mentioning my contribution in the about box (in a GUI application), a usage message (in a command-line application), or in a credits screen (in a game).

see the license notice in the source distribution for more details.


README.md for process_pool.
copyright (c) 2011, michael lowell roberts.
licensed under the creative commons attribution 3.0 unported license.
all rights reserved.

About

an Erlang supervisor that associates dynamically created children with names specified at run-time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published