<div dir="ltr">All,<div>Syn 1.5.0 has just been released.</div><div><br></div><div><div style="font-size:12.8px"><span style="font-size:12.8px">For those of you who don't know it, Syn is a global Process Registry and Process Group manager for Erlang, which supports PubSub.</span><br></div><div style="font-size:12.8px"><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">Besides minor optimizations, the main addition is that processes can now also be registered as gen_server names, by usage of via tuples. This way, you can use the gen_server API with these tuples without referring to the Pid directly:</span></div><div style=""><br></div><div style=""><span style="font-size:12.8px"><font face="monospace, monospace">Tuple = {via, syn, <<"your process name">>}.</font></span></div><div style=""><span style="font-size:12.8px"><font face="monospace, monospace">gen_server:start_link(Tuple, your_module, []).</font></span></div><div style=""><span style="font-size:12.8px"><font face="monospace, monospace">gen_server:call(Tuple, your_message).</font></span></div><div style="font-size:12.8px"><br></div><div style=""><span style="font-size:12.8px">Thank you to Heri Sim for the original implementation and Johanna Appel for completing it.</span></div></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px"><a href="https://github.com/ostinelli/syn">https://github.com/ostinelli/syn</a></span><br></div><div style=""><span style="font-size:12.8px"><br></span></div><div style=""><span style="font-size:12.8px">Best,</span></div><div style=""><span style="font-size:12.8px">r.</span></div><div style=""><span style="font-size:12.8px"><br></span></div></div>