Are you using it or plan to use it?
|
3
|
|
|
|
|
|
I'm not impressed. We've been using it for 4-5 months or so by now, and it really doesn't seem to scale. We're using it to sync databases between server and clients in our application and it is just incredibly slow. Even just syncing a few thousand rows takes up to 30 seconds, and this is with all network traffic on a LAN. (And the saddest part is that even synchronizing when both sides are already up to date takes almost as long) Of course it is possible that we're doing something wrong, but my experience is just that it's too slow for anything more than small toy examples and tests. It also handles error conditions very badly (there's no proper support for limiting packet sizes to fit within WCF's max packet size. You can use batching on server->client, but not the other way) Coupled with the limitation that SQL Express databases aren't supported out of the box (you have to write your own syncadapter), this has really made me regret the day we chose to use it. In our case, it just hasn't been worth the hassle. |
||||||
|
|
|
I wrote a small app which syncs files between my laptop and my external hard drive. I know there are free tools available to do that but this was fun and extremely easy. (I have now made it a windows service and it keeps everything in sync behind the scene) |
||||
|
