r - How to acces the same datafile from to different DigitalOcean servers? -


the title more or less says - how acces same rdata file, different digitalocean droplets?

your question quite vague, can offer generic advice.

in general, rdata file (created using save) needs physically transported each node used. if using multiple droplets (servers), have central node cut data in pieces, , send each of droplets piece of data process. alternatively, put data in database accessible via internet. then, each droplet told needs read.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

Delphi 7 and decode UTF-8 base64 -