threading

Basic Python Threading

In a fairly recent article post, I called out for some testing with the new version of Mythbuntu Log Grabber.
On a similar note, i would like to share a bit of python knowledge gained in the venture of building the new version.
As many will tell you, the Threading module in Python is usually not one to just go diving into for many reasons (none of which I have plans to go into here). However with a little know how (and allot of documentation) I was able to make things work quite well.