[erlang-questions] Erlang-based opensource publish-subscribe servers

Augusto Becciu augusto@REDACTED
Tue Oct 26 04:04:09 CEST 2010


Here's my fork of gen_leader where I fixed all the bugs I encountered while
running gproc in a distributed setting:

http://github.com/abecciu/gen_leader_revival


Augusto

On Sun, Oct 24, 2010 at 6:28 PM, Ulf Wiger
<ulf.wiger@REDACTED>wrote:

>
> On 24 Oct 2010, at 21:22, Zvi . wrote:
>
> > 3. Use Ulf's gproc (looks it uses gen_leader abd requires patching
> Erlang?)
>
>
> No, it requires no patches of Erlang. I patched Erlang in the first
> prototype,
> but only to demonstrate what it could look like if gproc were started as
> part of the kernel application, and the functionality integrated into the
> standard behaviours.
>
> It does use gen_leader, though. As  far as I can tell, quite a few people
> actually use gen_leader in real systems nowadays. There are a few
> forks on github to choose from.
>
> BR,
> Ulf W
>
> >
> > I currently working on 1.
> >
> > Zvi
> >
> > On Sun, Oct 24, 2010 at 8:41 PM, Andrew Stone <stondage123@REDACTED>
> wrote:
> >
> >> If you want something powerful you can checkout rabbitmq. It may be
> >> overkill but
> >> it's pretty damn easy to get up and running.
> >>
> >> http://www.rabbitmq.com/
> >>
> >> -Andrew
> >>
> >>
> >>
> >> ----- Original Message ----
> >> From: Zvi <zvi.avraham@REDACTED>
> >> To: erlang-questions@REDACTED
> >> Sent: Sun, October 24, 2010 1:10:46 PM
> >> Subject: [erlang-questions] Erlang-based opensource publish-subscribe
> >> servers
> >>
> >> Hi,
> >>
> >> I looking for the opensource examples of Erlang-based publish-
> >> subscribe servers.
> >> Any suggestions?
> >>
> >> Thanks in advance,
> >> Zvi
> >>
> >> ________________________________________________________________
> >> erlang-questions (at) erlang.org mailing list.
> >> See http://www.erlang.org/faq.html
> >> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
> >>
> >
> >
> >
> > --
> > Zvi Avraham, CTO
> > Nivertech Ltd
>
> Ulf Wiger, CTO, Erlang Solutions, Ltd.
> http://erlang-solutions.com
>
>
>
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
>


More information about the erlang-questions mailing list