jhester / DistributedGA

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

observer... #9

Closed anander closed 13 years ago

anander commented 13 years ago

is giving me a connection refused error. is there something im not doing right in running it? Maybe someone can put some run instructions in the readme. thanks!

ghost commented 13 years ago

Make sure you are connecting to the server, it should only be 1 server 1 observer (it might be able to handle multiple observers but I haven't tested that) and 1+ clients.

I am getting an EOF error from pickle when I try to run the observer on a different computer, but it works just fine if all clients/server are on the same gecko machine...

jhester commented 13 years ago

Yeah I was able to run the whole thing on my Macbook pro with multiple clients. Localhost it.

ghost commented 13 years ago

It seems to be a problem reading all the data on the observer side.