It is possible to register a process (pid) to a global alias.
This can be achieved with the build in register(Alias, Pid) function, where Alias is the atom to access the process as and Pid is the process id.
The alias will be globally available!
It is very easy to create shared state, wich is usu...