Distributed v0.1.0 API Reference

Modules

Make your systems distributed, replicated, scaled well, easily

Functions in Distributed.Node module help to know which node is the master and which are the slaves

Functions in Distributed.Node.Iterator module help to iterate through all the nodes connected

The functions in Distributed.Parallel are not about scaling processes through all the nodes. They execute processes asynchronously on the node that uses the functions

The functions in Distributed.Replicator.GenServer module helps to replicate an event by processing it on the all nodes in the network. In Distributed.Replicator.GenServer, functions execute processes in parallel

The functions in Distributed.Replicator.Node module helps to replicate an event by processing it on the all nodes in the network. In Distributed.Replicator.Node, functions execute processes in parallel

The functions in Distributed.Scaler.GenServer module helps to scale projects by processing every event on the next node, in order

The functions in Distributed.Scaler.Node module helps to scale projects by processing every event on the next node, in order