directror travis test statusHex version

Welcome

Director is a production-ready supervisor and manager for Erlang/Elixir processes with focus on speed, performance and flexibility.

Synopsis

According to the Erlang's manual documentation:

A supervisor is a process that supervises other processes called child processes. A child process can either be another supervisor or a worker process. Supervisors are used to build a hierarchical process structure called a supervision tree, a nice way to structure a fault-tolerant application.
In Erlang we tell supervisors to start other processes. Every process has its own options called childspec and its supervisor maybe restart it if it crashed based these options, etc.

Features:

All features not listed here.

License

BSD 3-Clause