diff --git a/edoc/machi_admin_util.html b/edoc/machi_admin_util.html index 1a84691..82383ae 100644 --- a/edoc/machi_admin_util.html +++ b/edoc/machi_admin_util.html @@ -55,6 +55,6 @@
-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_app.html b/edoc/machi_app.html index f3e1cd7..fd6cb85 100644 --- a/edoc/machi_app.html +++ b/edoc/machi_app.html @@ -10,11 +10,14 @@

Module machi_app

-Top-level supervisor for the Machi application. +Start the top-level supervisor for the Machi application.

Behaviours: application.

-

Description

Top-level supervisor for the Machi application. +

Description

Start the top-level supervisor for the Machi application.

+ + See machi_flu_psup for an illustration of the entire Machi + application process structure.

Function Index

@@ -34,6 +37,6 @@
start/2
stop/1
Overviewerlang logo
-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_chain_manager1.html b/edoc/machi_chain_manager1.html index 26f394b..d7041c3 100644 --- a/edoc/machi_chain_manager1.html +++ b/edoc/machi_chain_manager1.html @@ -174,6 +174,6 @@ distributed state of a single Machi Chain Replication chain.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_chain_repair.html b/edoc/machi_chain_repair.html index 0ee688b..0c73485 100644 --- a/edoc/machi_chain_repair.html +++ b/edoc/machi_chain_repair.html @@ -86,6 +86,6 @@ in sync. In theory, that's lower overhead than the procedure used here.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_chash.html b/edoc/machi_chash.html index 0342c3a..37a1a85 100644 --- a/edoc/machi_chash.html +++ b/edoc/machi_chash.html @@ -166,6 +166,6 @@ list.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_cr_client.html b/edoc/machi_cr_client.html index 16fb069..dcca7e3 100644 --- a/edoc/machi_cr_client.html +++ b/edoc/machi_cr_client.html @@ -224,6 +224,6 @@ function name.)


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_flu1.html b/edoc/machi_flu1.html index 5f586ae..40303ca 100644 --- a/edoc/machi_flu1.html +++ b/edoc/machi_flu1.html @@ -101,6 +101,6 @@ replication/chain repair.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_flu1_client.html b/edoc/machi_flu1_client.html index 89dc909..26a21c2 100644 --- a/edoc/machi_flu1_client.html +++ b/edoc/machi_flu1_client.html @@ -364,6 +364,6 @@ etc.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_flu_psup.html b/edoc/machi_flu_psup.html index 803abaa..4f9b6f5 100644 --- a/edoc/machi_flu_psup.html +++ b/edoc/machi_flu_psup.html @@ -107,6 +107,6 @@ at this time.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_flu_sup.html b/edoc/machi_flu_sup.html index 584dac8..53d818f 100644 --- a/edoc/machi_flu_sup.html +++ b/edoc/machi_flu_sup.html @@ -10,13 +10,16 @@

Module machi_flu_sup

-Supervisor for Machi FLU servers and their related support - servers. +Supervisor for Machi FLU servers and their related support +servers.

Behaviours: supervisor.

-

Description

Supervisor for Machi FLU servers and their related support - servers. +

Description

Supervisor for Machi FLU servers and their related support +servers.

+ + See machi_flu_psup for an illustration of the entire Machi + application process structure.

Function Index

@@ -36,6 +39,6 @@
init/1
start_link/0
Overviewerlang logo
-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_projection.html b/edoc/machi_projection.html index 5d13f24..0fdff81 100644 --- a/edoc/machi_projection.html +++ b/edoc/machi_projection.html @@ -89,6 +89,6 @@ correctly.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_projection_store.html b/edoc/machi_projection_store.html index 75f5c99..8a584ad 100644 --- a/edoc/machi_projection_store.html +++ b/edoc/machi_projection_store.html @@ -17,11 +17,11 @@

This API is gen_server-style message passing, intended for use within a single Erlang node to glue together the projection store -server with the node-local process that implements Machi's TCP +server with the node-local process that implements Machi's FLU client access protocol (on the "server side" of the TCP connection).

-

All Machi client access to the projection store SHOULD NOT use this -module's API.

+

All Machi client access to the projection store SHOULD NOT use this + module's API. Instead, clients should access indirectly via machi_cr_client, machi_proxy_flu1_client, or machi_flu1_client.

The projection store is implemented by an Erlang/OTP gen_server process that is associated with each FLU. Conceptually, the @@ -164,6 +164,6 @@ module's API.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_proxy_flu1_client.html b/edoc/machi_proxy_flu1_client.html index db2528f..4ffc528 100644 --- a/edoc/machi_proxy_flu1_client.html +++ b/edoc/machi_proxy_flu1_client.html @@ -288,6 +288,6 @@ TCP communication problems with the remote server.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_sequencer.html b/edoc/machi_sequencer.html index 4ef49eb..86d35c0 100644 --- a/edoc/machi_sequencer.html +++ b/edoc/machi_sequencer.html @@ -18,6 +18,6 @@ the future?
-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_sup.html b/edoc/machi_sup.html index 8e1e042..63d931b 100644 --- a/edoc/machi_sup.html +++ b/edoc/machi_sup.html @@ -14,7 +14,10 @@

Behaviours: supervisor.

-

Description

Top Machi application supervisor. +

Description

Top Machi application supervisor.

+ + See machi_flu_psup for an illustration of the entire Machi + application process structure.

Function Index

@@ -34,6 +37,6 @@
init/1
start_link/0
Overviewerlang logo
-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_util.html b/edoc/machi_util.html index f46ad7d..c2357e0 100644 --- a/edoc/machi_util.html +++ b/edoc/machi_util.html @@ -163,6 +163,6 @@
-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/machi_yessir_client.html b/edoc/machi_yessir_client.html index ebcf992..32495d4 100644 --- a/edoc/machi_yessir_client.html +++ b/edoc/machi_yessir_client.html @@ -337,6 +337,6 @@
-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.

diff --git a/edoc/overview-summary.html b/edoc/overview-summary.html index 03a6caa..cfc9d75 100644 --- a/edoc/overview-summary.html +++ b/edoc/overview-summary.html @@ -180,6 +180,6 @@ the code, is a reminder signal of unfinished work.


-

Generated by EDoc, May 20 2015, 12:50:53.

+

Generated by EDoc, May 20 2015, 12:58:33.