From 28d64b702155e991c5b3049a08a510bb6642f463 Mon Sep 17 00:00:00 2001 From: TJKoury Date: Thu, 20 Oct 2016 18:11:54 -0400 Subject: [PATCH] Updated Architecture: Cluster Multi Process (markdown) --- Architecture:-Cluster---Multi-Process.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Architecture:-Cluster---Multi-Process.md b/Architecture:-Cluster---Multi-Process.md index b854180..15412dc 100644 --- a/Architecture:-Cluster---Multi-Process.md +++ b/Architecture:-Cluster---Multi-Process.md @@ -1,4 +1,7 @@ -#THIS SECTION IS REFERRING TO AN [EXPERIMENTAL FORK](https://github.com/TJKoury/node-red/tree/cluster) +###*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.