This (experimental) module implements process groups. A process
group is a group of processes that can be accessed by a common
name. For example, a group named
When messages are sent to the named group, all members of
the group receive the message. The messages are serialized. If
the process
This module is not complete. The module is inspired by the ISIS system and the causal order protocol of the ISIS system should also be implemented. At the moment, all messages are serialized by sending them through a group master process.
Creates an empty group named
Creates an empty group named
Joins the pid
Sends the tuple
Failure:
Sends the tuple
Failure:
Returns a list of all members of the process group