[erlang-questions] Multiple gen_fsm instances and gen_tcp:accept/1

Vance Shipley vances@REDACTED
Wed Oct 17 18:45:46 CEST 2007


On Wed, Oct 17, 2007 at 06:08:58PM +0200, Joern wrote:
}  [...] uses proc_lib to instantiate each gen_fsm? If so,
}  how would I specify the appropriate supervision tree?


Joern,

Create a simple_one_for_one supervisor.  Then start the workers
with supervisor:start_child/2.

	-Vance



More information about the erlang-questions mailing list