On Mo, 2011-06-20 at 17:20 +0100, Laurent Emil wrote: > Can i add the suspend /resume mechanism in an old version of > syncevolution ? i mean the 0.8.1 version . > is there any method to add it safely ?
That's not an easy task. You would have to improve the Funambol C++ client library to support suspend/resume. > It will help me to do some tests concerning slow sync. I wanna test > the duplication on the server due to slow sync in order to identify > the reasons and how to avoid it using suspend/resume . > if there is any other possible solution that can avoid slow sync in > the 0.8.1 version ? . You need to find the root cause for the slow sync and fix it. But if the slow sync turns out to be because of network issues, then suspend/resume is the only proper solution. Needs to be supported by the server, too, though, and not just as "recognize resume and reject it". That's standard compliant, but not very useful. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
