Hi, all, What is the typical usage for simple-one-for-one restart strategy? For example, for a call processing server we need to spawn a process for each call, do we need to put it under a simple-one-for-one supervision tree? The same question applies to a TCP server which spawns a process for each incoming TCP connection. Thanks, kaiduan