diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-06-06 12:15:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-06-06 12:15:37 -0300 |
commit | 00911aecaad99438ce6781da6d5fa6a19dbfca55 (patch) | |
tree | db7e13baa9a5d26b63ccc460e6dda395306726b8 | |
parent | dfe4cba76e5c609a8a7f24b82675c1dc568e71a5 (diff) | |
download | rsp-00911aecaad99438ce6781da6d5fa6a19dbfca55.tar.gz rsp-00911aecaad99438ce6781da6d5fa6a19dbfca55.tar.bz2 |
code block fix
-rw-r--r-- | analisys.mdwn | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/analisys.mdwn b/analisys.mdwn index 31d57b3..c1d42c7 100644 --- a/analisys.mdwn +++ b/analisys.mdwn @@ -104,14 +104,14 @@ Spliting resources in service layers helps not just groups sharing their resourc As an example, consider two different machines composed by service layers like in the diagram below: - _________ _________ - | | replication | | - | service |------------>| service | - |_________| .------>|_________| - | |----' | | - |_________|------------>|_________| - - machine 1 machine 2 + _________ _________ + | | replication | | + | service |------------>| service | + |_________| .------>|_________| + | |----' | | + |_________|------------>|_________| + + machine 1 machine 2 We can even consider that: @@ -126,19 +126,19 @@ A consequence of property inheritance between layers should be considered when r Layers can be even virtual: consider the equivalence of these two systems: - _________ - | | - | email | - |_________| ____________ - | | | | - | Zone | equivalence | OS / Email | - |_________| --------------> |____________| - | | | | - | OS | | Machine | - |_________| |____________| - | | - | Machine | - |_________| + _________ + | | + | email | + |_________| ____________ + | | | | + | Zone | equivalence | OS / Email | + |_________| --------------> |____________| + | | | | + | OS | | Machine | + |_________| |____________| + | | + | Machine | + |_________| Then, for a layer sit on top of one or another system there's not much difference in terms of property inheritance. |