diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-02-16 07:40:15 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-02-16 07:40:15 -0500 |
commit | 7a8f06bc1d51c60dfb15fbc1afff6d158537d15e (patch) | |
tree | 75faa15e01eb147aac11a8ab63a7c37a2c0fb9e8 /report/chapters | |
parent | 8255e88f94b2d80a3f0f1b090f414a210fc8bea7 (diff) |
updated section 4.1.4
added a paragraph about the independence of the combox databases stored
in computers that use combox.
Diffstat (limited to 'report/chapters')
-rw-r--r-- | report/chapters/4-arch-d.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/report/chapters/4-arch-d.tex b/report/chapters/4-arch-d.tex index 17ade29..9a3cdc4 100644 --- a/report/chapters/4-arch-d.tex +++ b/report/chapters/4-arch-d.tex @@ -223,6 +223,10 @@ library as part of combox to realize the basic key-value storage that is needed to track the hashes of the files stored in the combox directory. +It must be noted that the combox database stored on each computer is +independent and does not communicate or make transactions with the +combox databases located in other computers. + \section{combox modules overview} combox is spread into modules that have functions and/or classes. As |