]> git.ipfire.org Git - collecty.git/commit - src/collecty/daemon.py
Implement worker thread concept
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 May 2015 17:18:38 +0000 (17:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 May 2015 17:18:38 +0000 (17:18 +0000)
commit49c1b8fd8f1c6109663d72448a8d586cc56adf95
treec24942bed7ed1e612f2028cc8993678b38f09b67
parent50b8fcfff2186ee1b49cd9c3c96685dcced415fd
Implement worker thread concept

The threading model has been move from the plugins into
a worker thread model that has a constant number of threads
and should therefore waste even less resources.
src/collecty/daemon.py
src/collecty/plugins/base.py