Changes between Version 4 and Version 5 of DecentralCMS
- Timestamp:
- 11/24/08 10:31:31 (1 year ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DecentralCMS
v4 v5 22 22 * Server B has to ask Server A for the data every time the user wants the data from Server B 23 23 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 == 25 25 26 == Autonomy == 26 Server B depends on Server A, because B as to ask A every time for the data. 27 28 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 is simple, Server A tells Server B if there is a change. 29 30 This way, Server B is autonomous, even if Server A is not longer online, it would still send the data to the user. 27 31 28 32 == The Glue ==
