![]() |
14 years ago | |
---|---|---|
.. | ||
README.md | 14 years ago | |
edoc-info | 15 years ago | |
erlang.png | 15 years ago | |
erlang07-wiger.pdf | 14 years ago | |
gproc.md | 14 years ago | |
gproc_app.md | 14 years ago | |
gproc_dist.md | 14 years ago | |
gproc_init.md | 14 years ago | |
gproc_lib.md | 14 years ago | |
gproc_sup.md | 14 years ago | |
overview.edoc | 15 years ago | |
stylesheet.css | 15 years ago |
#The gproc application#
Extended process dictionary
##Introduction##
.
Authors: Ulf Wiger (ulf.wiger@erlang-consulting.com
), Joseph Wayne Norton (norton@geminimobile.com
).Extended process dictionary
##Introduction##
Gproc was first introduced at the ACM SIGPLAN Erlang Workshop in Freiburg 2007 (Paper available here).
This application was designed to meet the following requirements:
As additional features, the registry was designed to allow global registration, and a special {Key,Value} property called a counter. It is also possible to create an 'aggregate counter', which will continuously reflect the sum of all counters with the same name.
_In its current state, the global registration facility is brokenand should not be used. It will be migrated over to a new version of genleader. This work will be done with low priority unless peopleexpress a strong urge to use this functionality.
##Modules##
gproc |
gproc_app |
gproc_dist |
gproc_init |
gproc_lib |
gproc_sup |