Storing data locally and synchronizing it with data base on linux server

Posted by Miraaj on Stack Overflow See other posts from Stack Overflow or by Miraaj
Published on 2010-05-03T17:15:12Z Indexed on 2010/05/03 17:18 UTC
Read the original article Hit count: 203

Filed under:
|
|

Hi all,

I have developed a mac application, which is continuously interacting with database on linux server. As data is increasing it has become costlier affair in terms of time to fetch data from server. So I am planning to store required data locally, say on mysqlite and find some mechanism through which I can synchronize it with database on linux server.

Can anyone suggest me some way to accomplish it?

Thanks,

Miraaj

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about sqlite