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

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

c# - ajax - How to receive data both html and json from server? -