pravj / Doga

:chart_with_upwards_trend: HTTP log monitoring console for Humans
MIT License
241 stars 9 forks source link

proper handling of thread jobs #1

Open pravj opened 10 years ago

pravj commented 10 years ago

currently Doga uses threading for running some timers and GUI app instance, so in current version it don't stop entire application by just Ctrl+C, you need to use Ctrl+Z. Because here Ctrl+C only stops application part running without threading.

So this can be improved by shifting to subprocess or similar.