justvanbloom / ga-bitbot

Automatically exported from code.google.com/p/ga-bitbot
GNU General Public License v3.0
0 stars 0 forks source link

gal.py server | gal.py client #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since you modularized your code, and individual components indeed do 
communicate over the network, it just begs to be executed on many machines 
simultaneously =]

It would be more convinient to be able to run just one script on the 'server' 
machine [bcfeed.py, wc_server.py & report_gen.py] and the other script that 
runs and monitors gts.py processes on client machines [and the server machine 
if it has enough resources =]

I really do not want to impose my self on your project, but if you would be 
willing to accept code contributions, I can give it a try. Of course, it would 
work better if you wrote it yourself, but I do have a feeling that you tend to 
concentrate on more complex and important issues, so this one may linger at the 
bottom of the todo list for an eternity =]

Original issue reported on code.google.com by purge...@gmail.com on 24 Feb 2012 at 3:37

GoogleCodeExporter commented 9 years ago
added server,client and all command line options to gal.py
with no options the script defaults to all

Updated on the repo and  will be included in the next release (0.3)

Original comment by brian.mo...@gmail.com on 25 Feb 2012 at 2:03

GoogleCodeExporter commented 9 years ago
Thank you for the extremely fast enhancement =)

As far as I understood, only one instance of gts.py with 'y' argument is 
desired per quartile and in the current setup the 'client' runs it on every 
client machine. Also, should not the client machines keep their local mtgox 
data up to date [bcfeed_synch.py]?

Original comment by purge...@gmail.com on 25 Feb 2012 at 6:09