barrel_db_sup (barrel_docdb v1.0.0)
View Sourcebarrel_db_sup - Dynamic supervisor for database processes
Manages individual database server processes using simple_one_for_one strategy for dynamic child management.
Summary
Functions
Initialize the supervisor with simple_one_for_one strategy
Start a new database server
Start the database supervisor
Stop a database server
Functions
-spec init([]) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}.
Initialize the supervisor with simple_one_for_one strategy
Start a new database server
Start the database supervisor
Stop a database server