[erlang-questions] EPmail-0.1 released

Alexander Kuleshov kuleshovmail@REDACTED
Sat Jan 29 13:44:17 CET 2011


On Sat, Jan 29, 2011 at 8:28 AM, Max Lapshin <max.lapshin@REDACTED> wrote:
> Of course!
>
> It is because You are starting second example of singleton =))
>
> simple_one_for_one is what you need.
>

Hello Max,

I set simple_one_for_one in:

init([]) ->
     {ok, {{simple_one_for_one, 5, 60},
          [{popd_listner, {popd_listener, start_link, []},
            permanent, brutal_kill, worker, [popd_sup]}]}}.

insteat one_for_one.

And now client can not connect to server.


More information about the erlang-questions mailing list