Re: Off-line
Ray Kiddy <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On May 15, 2007, at 6:24 AM, WILLIAM GARNETT wrote: > Hello every one; > > I have a WO Application that runs on a server and uses MySQL for > the data. > > There is a requirement to make the app available off-line and to be > able to > synchronise the 2 versions. > > Has anybody done something like this? Waht is the best approach? > > Thank you. > > Cheers, > > Bill. MySQL replication is quite capable. You may want to do this at that level, rather than in your application. If you are not allowing off-line editing (an interesting but complicated thing to provide), database-level replication should do for you. - ray