Hello<br><br>I found strange descriptions in man-files for gen_server and gen_fsm (possible in some other manuals).<br><br>----<br>       start_link(Module, Args, Options) -> Result<br>       start_link(FsmName, Module, Args, Options) -> Result<br>
<br>              Types  FsmName = {local, Name} | {global, GlobalName}<br>                      Name = atom()<br>                      GlobalName = term()<br>----<br clear="all"><br>Name and GlobalName have different types: atom() and term().<br>
Is it right? Can I use any possible erlang term as name identifier?<br><br><br>-- <br>Maxim Treskin<br>