Hi to all, I startin to implement gen_fsm. When client connect to server by listen socket i started want to start new gen_fsm for client request handling. I think i must create supervisor and started gen_fsm child every time that i accept new connection. Is it true way? Thank you.