<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>The function gproc:send/2, when used on a non-unique key, in essence does this:</div><div><br></div><div><div>   lists:foreach(fun(Pid) -></div><div>                                        Pid ! Msg</div><div>                          end, gproc:lookup_pids(Key)),</div></div><div><br></div><div>So you can take that as a starting point, and add a clause that pattern-matches on the own pid, and then doesn't send a message in that case.</div><div><br></div><div>BR,</div><div>Ulf W</div><div><br></div><div><div>On 4 Dec 2012, at 13:21, Barco You wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><span class="Apple-style-span" style="">Dear All,</span></div><div><span class="Apple-style-span" style=""><br></span></div>I use gproc:reg to register all the processes to a KEY and through<span></span> gproc:send(KEY, MSG) I can broadcast message to all the processes, including myself. But now I hope to send message to all the other processes except myself. How can I do it? Could you please illuminate ? Thank you.<div>
<span></span></div>
<br>
_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div>Ulf Wiger, Co-founder & Developer Advocate, Feuerlabs Inc.</div><div><a href="http://feuerlabs.com">http://feuerlabs.com</a></div></div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></body></html>