|
From: Chris F. <cd...@fo...> - 2010-09-24 20:56:40
|
On Thu, Sep 23, 2010 at 03:37:25AM -0700, Emanoil Kotsev wrote: > do I need a hashtable per objtype or per sync. By the way I think akonadi can take care of it, but still no time to check. I don't think you can affect that. You get access to the hashtable via osync_objtype_sink_get_hashtable(sink); > And the statetable is used to store only changed states?? Again per objtype or per plugin or per sync The state_db table must be enabled per sink, if you want to use it, and is for key / data type storage. Sort of like a Berkeley DB style storage. Usually it is used to store some kind of persistent state across syncs, but it could be used for anything really. > I almost got the changes, which means that now everything connects without error, though I'm stuck at that next level. I'll fight with it, though I'll be unavailable until next week. > > Thanks for explaining! I think I have now much more complete idea of the process. Thanks again for your work on this plugin! - Chris |