Email or username:

Password:

Forgot your password?
Top-level
Eugen Rochko

My guess is that you would basically run a copy of your entire stack in different regions, from load balancer to database, but the databases would be set to replicate the master, and any writes would still go to the master. So information would *arrive* with a 800ms delay but the users wouldn't feel it most of the time.

Also GeoDNS.

No comments
gudenau

@Gargron I'm pretty sure that's how the Googles of the world do it.

πŸ™ˆπŸ™‰πŸ™Š

@Gargron cockroachdb is made for this use case, but that only solves the data layer problem.

You’d still need smart front end proxies to redirect based on client location, or even better use anycast DNS but that’s a pretty non-trivial setup.

πŸ™ˆπŸ™‰πŸ™Š

@Gargron the buzzwords here are β€œedge” or β€œfog” computing

Go Up