Clarify OTP design

This commit is contained in:
Maciej Szlosarczyk 2019-05-30 21:00:01 +03:00
parent cdb126dbfe
commit 6bdaae776f
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -40,7 +40,7 @@ on the client IP address.
Supervision Tree 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. accept the connections and spin off workers, those are supervised in "one for one" strategy.
Build Build