[erlang-questions] Why does the restart strategy "{one_for_one, 10, 10}" still kill my application?
Gunilla Arendt
gunilla@REDACTED
Wed Oct 4 13:51:06 CEST 2006
How do you see the the entire process tree is killed, what error
messages do you get? Use the start_sasl boot script to ensure you
see the supervisor and error reports. ("erl -boot start_sasl").
/ Gunilla
Shelton Tang wrote:
> I am writing an application. In myapp_sup:init, I use the restart
> stragey "{one_for_one, 10, 10}". For some reason, one process in the
> three will exit since an invalid socket operation. However, I found
> the entire tree will be killed in this case. I use "transient" as the
> type and also try "temporary". But same result. Can anybody give me
> a hand?
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
>
More information about the erlang-questions
mailing list