mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-19 05:53:47 +02:00
Clarify OTP design
This commit is contained in:
parent
cdb126dbfe
commit
6bdaae776f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue