[erlang-questions] Grouping processes
Tim Watson
watson.timothy@REDACTED
Thu Apr 26 22:07:33 CEST 2012
You might also look at http://hg.rabbitmq.com/rabbitmq-server/file/default/src/gm.erl
Sent from my iPhone
On 26 Apr 2012, at 17:09, Rick Pettit <rpettit@REDACTED> wrote:
>
> On Apr 26, 2012, at 10:58 AM, Tilman Holschuh wrote:
>
>> Hi Jared,
>>
>> Have you had a look at Ulf Wiger's gproc for this?
>>
>> https://github.com/uwiger/gproc
>
> There's also pg2, which comes with the erlang distribution.
>
> I haven't personally used gproc (though after a glance at the docs that looks worth checking out, too).
>
> -Rick
>
>> Cheers
>> - Tilman
>>
>> On 2012-04-26, at 8:27 AM, Jared Kofron wrote:
>>
>>> Hi List,
>>> I'd like to be able to have 'groups' of processes that I can send messages to, such that sending a message
>>> to a group through whatever API there is results in that message being sent to all members of that group.
>>>
>>> Is anybody aware of an existing project that provides this functionality?
>>>
>>> Jared K
>>> _______________________________________________
>>> erlang-questions mailing list
>>> erlang-questions@REDACTED
>>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list