data-synchronization Questions

3

Solved

Problem I have two lists of objects. Each object contains the following: GUID (allows to determine if objects are the same — from business point of view) Timestamp (updates to current UTC each t...
Zootoxin asked 27/10, 2014 at 14:19

4

Solved

I'm just getting into Meteor, and am similarly new to MongoDB. I am accustomed to syncing MySQL dbs (production vs dev) for running tests of new features with near-live data. At present, I don't kn...
Ascertain asked 23/4, 2013 at 14:11

1

Solved

I am writing an application that depends on data from various sites/service, and involves performing calculations based on data from these different sources to produce an end product. I have writt...
Junno asked 22/1, 2015 at 23:58

1

Solved

I was looking at process synchronization and came across test-and-set instruction boolean testAndSet (boolean *target) { boolean rv = *target; *target = true; return rv; } main() { do { wh...
Spavined asked 12/9, 2014 at 11:47

7

Solved

I have an issue at the moment where multiple (same schema) access 2003 databases are used on laptops. I need to find an automated way to synchronize the data into a central access database. Data ...
Tesch asked 26/11, 2009 at 5:11

8

Solved

I have been working on a method to sync core data stored in an iPhone application between multiple devices, such as an iPad or a Mac. There are not many (if any at all) sync frameworks for us...
Stingaree asked 17/2, 2011 at 21:52

0

I have a server that has php and mysql running. There are php scripts that return the data on the server in json format. This data is consumed by my android app. The app synchronizes the data with ...
Crossover asked 12/6, 2014 at 12:28

2

I understand that a BlockingCollection is best suited for a consumer/producer pattern. However, when do I use a ActionBlock from the TPL DataFlow library? My initial understanding is for IO operat...

2

Solved

I'm writing a simple "todo - helloworld" with jqueryMobile + knockout + breeze + WebAPI to learn about SPAs (Single Page Application) in a mobile context (unreliable internet connection) To enable...

1

We're troubleshooting a sort of Sync Framework between two SQL Server databases, in separate servers (both SQL Server 2008 Enterprise 64 bits SP2 - 10.0.4000.0), through linked server connections, ...
Monochromatism asked 28/2, 2013 at 18:46

4

Solved

In a big system mvc-based there are views responsible for editing data and views that display that data. Example: UserManagementView and UserSelectionView. Each subsystem should know whether it n...
Preoccupancy asked 15/6, 2012 at 13:52

2

Solved

I am working on syncing two business objects between an iPhone and a Web site using an XML-based payload and would love to solicit some ideas for an optimal routine. The nature of this question i...

5

Solved

I'm looking into building an application which works just as well offline as it does online. Since the application cannot communicate with the server while in offline, there is some level of synchr...
Diocesan asked 27/3, 2009 at 2:3

3

Solved

I've got a database on my server which is about 3mb big. I'd like to ship that with my iphone application. The most important thing is that I'd like to promote changes to the database (insert, upd...
Aerothermodynamics asked 21/1, 2010 at 11:47

3

I am working on a regular iPhone app which pulls data from a server (XML, JSON, etc...), and I'm wondering what is the best way to implement synching data. Criteria are speed (less network data exc...
Offish asked 6/6, 2010 at 15:2

3

Solved

We've got an android app and an iPhone app (same functionality) that use sqlite for local data storage. The apps initially come with no data, then on the first run they receive data from a remote s...
Corduroys asked 29/2, 2012 at 13:16

2

Solved

I am developing a mobile web application (for iPhone & Android) with a local database (using html5 webstorage) so my app is still usable when the user is offline. This is working perfect...
Subclinical asked 16/11, 2009 at 20:2

1

In our app we keep references to contacts in the address book. What is the best way to make sure that we can deal with updates (both from our app to the address book as well as from the address boo...
Lilian asked 8/12, 2011 at 14:9

2

Solved

does anyone know if and how you can sync CoreData apps with iCloud? If I understand the Apple iCould instructions right you can not sync CoreData, can you?

1

I am thinking of building a cloud base synch solution (something like Dropbox): What would a robust architecture look like? What technologies would you need to support different platforms like wi...
Intoxicating asked 13/3, 2011 at 8:28

4

Solved

I am developing an application, whose data management is realized through Core Data, and I am studying how to implement a feature to synchronize data between two different devices (even betwe...
Badger asked 27/5, 2011 at 19:44

4

Solved

My requirement is I have server J2EE web application and client J2EE web application. Sometimes client can go offline. When client comes online he should be able to synchronize changes to and fro. ...
Gavrila asked 7/11, 2008 at 9:24

2

I need to sync my Android SQLite DB with my cloud-server DB, and doing it in a bi-directional way in a multiuser environment. I have found and introduction to the solution here but I would like to...
Passmore asked 24/10, 2010 at 11:33

1

Solved

We have a normalized SQL Server 2008 database designed using generic tables. So, instead of having a separate table for each entity (e.g. Products, Orders, OrderItems, etc), we have generic tables ...

4

Solved

I'm facing the following challenge: I have a bunch of databases in different geographical locations where the network may fail a lot (I'm using cellular network). I need to keep all the databases s...
Jarvisjary asked 24/9, 2009 at 17:12

© 2022 - 2024 — McMap. All rights reserved.