canmove, Confirmed users
640
edits
No edit summary |
|||
| Line 138: | Line 138: | ||
== Open questions/flaws == | == Open questions/flaws == | ||
* How do you prevent garbage-collection races between the server and | * How do you prevent garbage-collection races between the server and client? Example: the client doesn't re-upload an item because it thinks the server already has it, but the server has meanwhile decided to | ||
client? Example: the client doesn't re-upload an item because it thinks | |||
the server already has it, but the server has meanwhile decided to | |||
garbage-collect that item. | garbage-collect that item. | ||
* What's the wire protocol like? | * What's the wire protocol like? | ||