Changes between Version 4 and Version 5 of DecentralCMS

Show
Ignore:
Author:
anonymous (IP: 91.16.24.48)
Timestamp:
11/24/08 10:31:31 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DecentralCMS

    v4 v5  
    2222 * Server B has to ask Server A for the data every time the user wants the data from Server B 
    2323 
    24 Server B could keep a copy of the data, however, the data could change on Server A, and Server B would not notice it. The solution sounds simple, Server A would tell Server B if there is a change or new content. 
     24== Autonomy == 
    2525 
    26 == Autonomy == 
     26Server B depends on Server A, because B as to ask A every time for the data. 
     27 
     28Server B could keep a copy of the data, however, the data could change on Server A, and Server B would not notice it. The solution is simple, Server A  tells Server B if there is a change.  
     29 
     30This way, Server B is autonomous, even if Server A is not longer online, it would still send the data to the user. 
    2731 
    2832== The Glue ==