Lennart Öhman wrote: > If you simply do exit(Pid,kill) on the supervisor, it will not > be given the chance of terminating its children in an ordered > way. Calling exit(SupervisorPid, shutdown) in the supervisor's parent process would do the trick. Regards -- Samuel