Reputation: 1601
There are two LAMP servers, A and B, in different countries. Once a day A has an updated set of data, that is to be processed on B. What would be the best way to set a communication between them?
Estimated size of an update is 20Mb compressed.
Options that comes to my mind are:
Should you have any experience with a similar tasks, please share your thoughts.
Upvotes: 1
Views: 185
Reputation: 1624
option 2, either if they are on a network or even using ftp, you can use cronjobs to run tasks at scheduled hours (probably during the night).
Upvotes: 1