[erlang-questions] conditional pub-sub in gproc
Joseph Wayne Norton
norton@REDACTED
Sun Jun 17 11:12:41 CEST 2012
Yes, Mnesia with unsplit seems like an option. How about Mnesia with majority tables?
Are there use cases of gproc that could work with Mnesia dirty reads?
Thanks.
On Jun 17, 2012, at 2:15 PM, Ulf Wiger wrote:
>
> Gproc does support mnesia-based storage for gproc:get_env().
>
> https://github.com/esl/gproc/blob/master/doc/gproc.md#get_env4
>
> However, as a replacement for gen_leader, mnesia, unfortunately
> doesn't handle netsplits all that well either*. :)
>
> It wouldn't be all that difficult to modify gproc to use something other
> than gen_leader, but demand for a mnesia-based gproc hasn't
> exactly been high so far...
>
> BR,
> Ulf W
>
> * Although using http:///github.com/esl/unsplit, it's not half-bad.
>
> On 16 Jun 2012, at 21:38, Joseph Wayne Norton wrote:
>
>> What about Mnesia-based storage for gproc?
>>
>> On 2012/06/17, at 10:58, Ulf Wiger <ulf@REDACTED> wrote:
>>
>>> Lots to do right now, but one if these days I may release it. :)
>
> Ulf Wiger, Co-founder & Developer Advocate, Feuerlabs Inc.
> http://feuerlabs.com
>
>
>
More information about the erlang-questions
mailing list