Re: Off-line
Kieran Kelleher <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
>> 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. .... and very easy to set up. It is reliable in a subnet, however I find that it can error out and stop too easily when a remote slave is replicating over SSL > 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. I think he wants to do offline editing ......... scary requirement for a web-app/central database paradigm. Perhaps the requirement could be achieved using broadband PC card slot wireless modem. > > - ray > > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev