rofl0r af8f82924f fix logic so threads do an orderly shutdown
basically the issue was that the main loop received the SIGINT
and therefore broke out before reaching the parts of the code
that care about bringing down the child threads.

therefore there's now a finish() method that needs to be called
after stop().

because sqlite dbs insists to be used from the thread that created
the object, the DB cleanup operation are done from the thread
that controls it.

for standalone operation, in order to keep the main thread alive,
an additional run() method is used. this is not necessary when
used via ppf.py.
2019-01-05 17:17:27 +00:00
2019-01-05 06:35:41 +00:00
2019-01-03 16:36:31 +00:00
2019-01-05 00:22:28 +00:00
2019-01-05 00:22:28 +00:00
2019-01-05 00:22:28 +00:00
2019-01-03 16:36:31 +00:00
2019-01-04 23:59:06 +00:00
2019-01-05 00:22:28 +00:00
2019-01-03 16:36:31 +00:00
Description
No description provided
3.7 MiB
Languages
Python 74.2%
JavaScript 10.5%
CSS 7.4%
Shell 4%
HTML 3.7%
Other 0.2%