[mythtv-commits] mythtv/master commit: 64d513655 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Sat Feb 26 03:14:50 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-02-25T19:12:15-08:00
   Push Date:  2011/02/25 19:14:47 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  64d51365568348b91e307cab39b6ef73f8c23be6
   Changeset:  https://github.com/MythTV/mythtv/commit/64d513655

Log:

Convert backend threads to QThreads

Pursuant to #5501, I have converted a pile of threads in the backend to QThread
from pthreads.  These include: Scheduler, Expire, Update, HouseKeeper,
FillDB, Delete, Truncate.  This has been running under load on my production
backend for most of a week, and seems to be fully operational.

Make distclean is suggested, but likely not required.

Modified:

   mythtv/programs/mythbackend/autoexpire.cpp
   mythtv/programs/mythbackend/autoexpire.h
   mythtv/programs/mythbackend/housekeeper.cpp
   mythtv/programs/mythbackend/housekeeper.h
   mythtv/programs/mythbackend/mainserver.cpp
   mythtv/programs/mythbackend/mainserver.h
   mythtv/programs/mythbackend/scheduler.cpp
   mythtv/programs/mythbackend/scheduler.h



More information about the mythtv-commits mailing list