Hi there, I see that I can define "handle_info ({ tcp, Socket, Data }" and read TCP data from a gen_server or gen_fsm, but is there a way to handle socket accept operations this way? Or should I stick with using a separate acceptor process? -- jimmy