Search the web
Sign In
New User? Sign Up
simpy-dev · Simpy Developer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Synchronization?   Message List  
Reply | Forward Message #287 of 305 |
Re: [simpy-dev] Synchronization?

Hi,

I agree with you Matthew. What do you think would be such operations,
that are needed for a more efficient synchronization?

I can think of only three:
1) Some kind of "mass-saving/updating" method would be needed. Because
when I sync after a long period of being offline, it's probable that a
lot has changed. And instead of making a single call for each of the
possibly hundred changed items, a single call with all changed items
within, would be a lot more efficient.

2) Something like "lastUpdate". The del.icio.us API has the "update"
call (http://del.icio.us/help/api/update) which returns the time the
last change happened on the server side. This would help save
unnecessary API calls. Some, if not a lot.

3) Going even further would be a call, that would return only the
added AND deleted items after a given point in time. I think this,
includes the "lastupdate" call somehow, and together with number 1)
would result in only a total of two calls being necessary for a
complete sync between local and remote.

What do you think?

Cheers

Benjamin


On 7/3/07, Matthew Turland <tobias382@...> wrote:
>
> A thought occurred to me today: I don't think there's any method of
> backing up one's bookmarks from Simpy without doing a full dump (which
> can tax the servers if you have a lot of bookmarks) or writing
> something to use the API to sychronize with a local copy bookmark by
> bookmark (which would tax the servers because of all the API calls
> that would be required). It would be easy enough to check for
> additions after a certain date, but this doesn't help for deletions
> without checking bookmarks individually. Otis, would it be possible to
> add something to Simpy to make synchronization with a local copy more
> feasible?
>
> Regards,
>
> Matthew Turland



Wed Jul 4, 2007 7:58 am

breitzammer@...
Send Email Send Email

Forward
Message #287 of 305 |
Expand Messages Author Sort by Date

A thought occurred to me today: I don't think there's any method of backing up one's bookmarks from Simpy without doing a full dump (which can tax the servers...
Matthew Turland
tobias382
Online Now Send Email
Jul 3, 2007
6:28 pm

Hi, I agree with you Matthew. What do you think would be such operations, that are needed for a more efficient synchronization? I can think of only three: 1)...
Benjamin Reitzammer
breitzammer@...
Send Email
Jul 4, 2007
7:58 am

I think that sounds correct, Benjamin. #2 would give a basis for comparison if modification times are tracked in the local copy and #1 would provide a method...
Matthew Turland
tobias382
Online Now Send Email
Jul 4, 2007
9:31 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help