xanxys / bonsai-massive

(discontinued) Massive artificial vegetation evolution simulator
5 stars 1 forks source link

Migrate inter-chunk connection logic for forming biosphere from chunk server to FE #15

Closed xanxys closed 8 years ago

xanxys commented 8 years ago

I decided chunk server shouldn't know about biosphere at all, and FE handles all aspect (load balancing, failure recovery, creation, deletion) of it.

xanxys commented 8 years ago

Basically, I wanna limit access to GCE API only from FE, otherwise I expect lots of strange condition (due to generally high latency of GCE) will happen.