[mythtv-commits] Ticket #9171: Threads not exiting, causing backend to hang

MythTV mythtv at cvs.mythtv.org
Wed Nov 3 17:39:45 UTC 2010


#9171: Threads not exiting, causing backend to hang
-------------------------------+--------------------------------------------
 Reporter:  dave@…             |           Owner:  beirdo    
     Type:  defect             |          Status:  infoneeded
 Priority:  minor              |       Milestone:  unknown   
Component:  MythTV - General   |         Version:  0.24-fixes
 Severity:  medium             |      Resolution:            
 Keywords:                     |   Ticket locked:  0         
-------------------------------+--------------------------------------------

Comment (by dave@…):

 The backend locked up again, but in looking at the log this morning, it
 appears that the webserver still has only 5 threads:
 {{{
 2010-11-03 12:21:11.493 Current MythTV Schema Version (DBSchemaVer): 1264
 2010-11-03 12:21:11.554 ThreadPool:HTTP: Initial 1, Max 5, Timeout 60000
 }}}
 but the recommended change is definitely in the database:
 {{{
 mysql> SELECT * FROM settings WHERE value = 'Thread/HTTP/Max';
 +-----------------+------+----------+
 | value           | data | hostname |
 +-----------------+------+----------+
 | Thread/HTTP/Max | 20   | NULL     |
 +-----------------+------+----------+
 1 row in set (0.00 sec)
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9171#comment:6>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list