>I'm implenting a PoC using only files to store values. I think it will be slower, but I didn't find many solutions for sharing data across processes after the fork.
For sharing data across processes and time series, check out graphite http://graphite.readthedocs.org/en/latest/overview.html collected https://pypi.python.org/pypi/collectd/ statsd http://statsd.readthedocs.org/ Tutorial https://www.digitalocean.com/community/tutorials/how-to-configure-statsd-to-collect-arbitrary-stats-for-graphite-on-ubuntu-14-04 statsd runs locally on a computer and then sync the data to centralized Graphite now and then -Mikko
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
