<HTML><BODY>
Hi,<div><br></div><div>I am developing a server that needs to spawn (under supervision) multiple child processes. Since these processes will be of different gen_server type, I cannot use simple_one_of_one restart strategy. These servers are anonymous, I refer to them by their Pids.</div><div><br></div><div>The problem I get is when I try to run 2 or more servers from the same type with the same id inside the child specification. I receive already_started error. By making the ids different, everything works fine.</div><div><br></div><div>My question is why the id inside the child specification needs to be different for every process (even if it is of the same type)? What is the best practice to deal with this? Can the creation of dynamic ids be avoided?</div><div><br></div><div>Thanks,</div><div><br></div><div>Regards,</div><div><br></div><div>Martin</div></BODY></HTML>