tvheadend/webui
Andreas Öman cb8266e3ea Initial take on making tvheadend multithreaded instead of relying on a
poll/dispatcher framework.

The top reasons for going multithreaded is:

* Take adventage of multicore CPUs
* No need to put slow operations in ugly helper threads now that the entire app is designed for multithreads
* Some of the timing sensetive tasks (IPTV output / RTP / UDP pacing) can run on RT priority.
2008-08-29 15:29:33 +00:00
..
static Add tooltips to all buttons 2008-08-26 20:07:19 +00:00
comet.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
extjs.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
simpleui.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
webui.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
webui.h Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00