2014-12-13 Erlang 100问 Supervisor 的 simple_one_for_one 有什么关键性特点? Supervisor本身启动时不会启动子进程, 子进程的启动必须调用supervisor:start_child(Sup, Args)来启动. 只能有一种子进程定义(规范)