jhester / DistributedGA

A distributed Genetic Algorithm simulation.
http://josiahhester.com
5 stars 0 forks source link

Server synchronization #15

Closed ghost closed 13 years ago

ghost commented 13 years ago

Right now when the server starts a round it just sets a flag and waits for the clients to start playing, which means they end up starting at random times, should we bother putting an event in to have all clients start at the same time? or is it not worth the effort?

jhester commented 13 years ago

I dont think its worth it right now, cause it may not be a quick fix at all. We can just concentrate on other stuff.

ghost commented 13 years ago

Ok lets focus on making it look good