Multiple Threads in xbmc python addon
#1
I never used threads within python for xbmc and by now I have a few questions.

I saw this overview

http://www.tutorialspoint.com/python/pyt...eading.htm

* I would not modify any data (only monitor) so I must not use any kind of semaphore to prevent data manipulation from multiple threads.

* What is the max. counter of threads a addon should have ?
* Is there any special to xbmc python to consider ?

Regards Hans
Reply

Logout Mark Read Team Forum Stats Members Help
Multiple Threads in xbmc python addon0