> We have a simple server that is running and collection stats on calls > users > make. The library we're using to collect stats requires that we flush our > stats every minutes or so. So it's simple to collect stats, we simply > increase some counters whenever calls are made, but we're not sure how to > periodically flush out stats every minute or so. Is there a way to have > uwsgi callback a function in our python code periodically?
http://projects.unbit.it/uwsgi/wiki/Decorators#timer > -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
