diff options
author | Loïc Hoguin <[email protected]> | 2014-03-28 15:08:30 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-04-26 00:05:44 +0200 |
commit | 0e38f3d443842728be24e4cbd1608dcaa3a41bdb (patch) | |
tree | 8e33353c94973fd032545230ee92793dafe420ff /system/doc/design_principles | |
parent | 07b8f441ca711f9812fad9e9115bab3c3aa92f79 (diff) | |
download | otp-0e38f3d443842728be24e4cbd1608dcaa3a41bdb.tar.gz otp-0e38f3d443842728be24e4cbd1608dcaa3a41bdb.tar.bz2 otp-0e38f3d443842728be24e4cbd1608dcaa3a41bdb.zip |
Remove the pg module and related documentation
This module has been marked experimental for more than 15 years,
and has largely been superseded by the pg2 module from the kernel
application. The original pg also has no tests and has not been
updated in the last 15 years other than small maintenance edits
(like adding specs or replacing pid/1 by is_pid/1). It is pretty
unlikely that anyone uses it today and its presence is simply
confusing as people should be using pg2 anyway.
Diffstat (limited to 'system/doc/design_principles')
-rw-r--r-- | system/doc/design_principles/distributed_applications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/distributed_applications.xml b/system/doc/design_principles/distributed_applications.xml index 2886f06b53..4d4ba3136e 100644 --- a/system/doc/design_principles/distributed_applications.xml +++ b/system/doc/design_principles/distributed_applications.xml @@ -43,7 +43,7 @@ addressing mechanism is required to ensure that it can be addressed by other applications, regardless on which node it currently executes. This issue is not addressed here, but the - Kernel module <c>global</c> or STDLIB module <c>pg</c> can be + Kernel modules <c>global</c> or <c>pg2</c> can be used for this purpose.</p> </section> |