Closed GoogleCodeExporter closed 9 years ago
When starting the system with gal.py, redis is only used to cache the input
data and market classification data. So set/get/expire calls only happen at the
start of each gts.py launch when the fitness function is initialized. You can
verify with the redis-cli command: keys "*"
When using the start-all.sh script to start the system, bid_maker.py and the
node server are also launched which make additional use of the redis server. In
this case, bid_maker stores the results of the tested genes (best of the
current quartile) and the node server provides the web interface to pull that
data and chart it.
bid_maker is switching over from caching a html chart to caching just the data.
Currently, it's caching both.
Original comment by brian.mo...@gmail.com
on 12 Feb 2013 at 1:29
Original comment by brian.mo...@gmail.com
on 6 Mar 2013 at 1:59
Original issue reported on code.google.com by
tim.st...@gmail.com
on 12 Feb 2013 at 9:01