[erlang-questions] gproc

Ulf Wiger ulf@REDACTED
Sat May 24 10:45:22 CEST 2008


Hi,

The patches are really only necessary if you want gproc to become
a part of the kernel application, and the behaviors to store
metadata in gproc automatically.

If you just want to use gproc, you don't need any patches,
but it would of course be nice to have a gproc application.
(One of these days...)

Also note that the gen_leader patch in the svn directory
really shouldn't be used. In my rush to meet the submission
deadline, I accidentally patched the old gen_leader instead
of the new one. The two changes I made to gen_leader were

- making sure that it can start when there is only one known
  node. This is a trivial case.
- making sure that it can start in local mode only, and later
  start the leader election. This is only needed if gproc is
  started before Distributed Erlang is started.

BR,
Ulf W

2008/5/23 Ben Hood <0x6e6562@REDACTED>:
> Hi,
>
> I've read through Ulf's paper about gproc and would like to try out
> the code in svn,
>
> I'm assuming that I have to apply all of the patches to my OTP
> installation.
>
> Is there an easy way to do this, e.g. compiling them locally and
> starting Erlang with them in the load path?
>
> Thx,
>
> Ben
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list