View Single Post
Posts: 163 | Thanked: 96 times | Joined on Feb 2010 @ Israel
#254
Originally Posted by larelogio View Post
Well... no.
If you have a big file and change just a few bytes the sync done by the Dropbox client is very fast (win/mac). In the example given, a TC file, the size never changes, the timestamp is reseted and still the Dropbox client keeps the changed bytes and only them synced. Even a conflict file (a complete new copy of some version) is created very fast, no full transmission involved.

That sad, I wouldn't expect a mobile app to do all that. It would be awesome, but probably not possible.

LARelogio
Are you sure that only the changed bytes are transmitted? Have you looked at the network traffic to make sure that his is so?
You can't compare just on speed because one of the things that are really slow on the n900 (and similar devices) is writing to the non-onboard nand (where the rootfs is located) compared to the a regular HD.
I don't know how dropn900 handles it, butit could probably save some speed by splitting up the downloading thread from the thread that saves it to disk. (instead of having a read => write loop).

@jonnenau: Just wanted to give a shout out and say thank you very much for everything you put into making this app work great. Saved me quite a few times in the past 2 weeks.