gak / gravit

A gravity simulator
http://gravit.slowchop.com/
GNU General Public License v2.0
66 stars 15 forks source link

Investigate the viability of distributing load on networked computers #73

Open gak opened 12 years ago

gak commented 12 years ago

Last time I looked into this, copying a whole frame to another computer too slow over the Internet for a viable simulation, unless each frame took a massive amount of time to calculate. This might have changed since.

It would be interesting to see 100's of computers contributing to one simulation over the net.

Another potential is using hadoop mapreduce.