Guy, Interesting scenario. A couple of thoughts come to mind. What kind of data? Are these two instances of the same database that need to sync somehow? If so how fast does it need to happen? Is this a 'discussion' with each db sending and receiving or more of 'fyi'? And how much data are you looking at?
I have zero experience with ODBC so no idea if that would be good. I suppose you could agree on some obscure ports and use send/receive packet. Or use http calls between the two. This would give you a real-time connection. If you don't need that I'd go with setting up the 'watched folder' idea and some sort of disk file. On Wed, Sep 7, 2016 at 11:29 PM, Guy Algot <[email protected]> wrote: > Given v15s current tickle trunk of features, what would be a good way to > send data between servers across the WAN? > > In the past, I’ve done it by bundling up the data in a BLOB and dropping > it on a secure FTP site. Any better, faster, stronger methods one prefers? > Thanks. > > Later, > Guy > > -- > Guy Algot, Solutions Specialist > Edmonton, Alberta > (780) 974-8538 > > hardware, installation, training, support, programming, internet > specializing in 4th Dimension > =-= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > "Microsoft is a cross between the Borg and the Ferengi. Unfortunately, > they use Borg to do their marketing and Ferengi to do their programming." > -- Simon Slavin > > > > ********************************************************************** > 4D Internet Users Group (4D iNUG) > FAQ: http://lists.4d.com/faqnug.html > Archive: http://lists.4d.com/archives.html > Options: http://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ********************************************************************** -- Kirk Brooks San Francisco, CA ======================= ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

