From b0d8aef537b94b660e9cdee70b091c3928d9df49 Mon Sep 17 00:00:00 2001 From: TJKoury Date: Thu, 20 Oct 2016 18:10:49 -0400 Subject: [PATCH] Updated Architecture: Cluster Multi Process (markdown) --- Architecture:-Cluster---Multi-Process.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Architecture:-Cluster---Multi-Process.md b/Architecture:-Cluster---Multi-Process.md index 05b089b..b854180 100644 --- a/Architecture:-Cluster---Multi-Process.md +++ b/Architecture:-Cluster---Multi-Process.md @@ -1,3 +1,4 @@ +#THIS SECTION IS REFERRING TO AN [EXPERIMENTAL FORK](https://github.com/TJKoury/node-red/tree/cluster) ##Multi-Process Model The multi-process version of Node-RED starts the admin server, interface, and API on the Master process, then spawns Workers that run the flows independently of the Master process.