From 6bdaae776fc11bc81b90b01cd5ecb86d08c9da00 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 30 May 2019 21:00:01 +0300 Subject: [PATCH] Clarify OTP design --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2901085..25b7b7a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ on the client IP address. Supervision Tree ----- -The application leverages OTP to isolate EPP clients from one another, each connection is isolated from others. There are two processes that +The application leverages OTP to isolate EPP clients from one another, each connection is owned by its own process. There are two processes that accept the connections and spin off workers, those are supervised in "one for one" strategy. Build