[mythtv-commits] Ticket #8872: Unable to access MythWeb when streaming UPNP

MythTV mythtv at cvs.mythtv.org
Thu Sep 9 08:38:43 UTC 2010


#8872: Unable to access MythWeb when streaming UPNP
------------------------------------+---------------------------------------
 Reporter:  ccarter0@…              |           Owner:  beirdo     
     Type:  defect                  |          Status:  infoneeded 
 Priority:  trivial                 |       Milestone:  unknown    
Component:  MythTV - UPnP           |         Version:  Unspecified
 Severity:  low                     |      Resolution:             
 Keywords:                          |   Ticket locked:  0          
------------------------------------+---------------------------------------
Changes (by beirdo):

  * status:  assigned => infoneeded


Comment:

 Thank you.

 After several hours of messing with it, and tweaking...  And having it
 only fail a couple times, but not easily repeatable, I may have stumbled
 across the issue.

 The ThreadPool for the HTTP service on :6544 has a default maximum of 5
 threads.  It is completely plausible that you may be running out of
 threads.  Luckily, there's a db setting for that.

 Try setting "ThreadPool/HTTP/Max" to a value of 10 (doubling it), and then
 trying again.

 {{{
 mysql -umythtv -p mythconverg   (I'm assuming the default mysql
 user/password here)
 > INSERT INTO settings (value, data, hostname) VALUES
 ('ThreadPool/HTTP/Max', '10', NULL);
 > quit
 }}}

 If this fixes the issue, I will add a bit of logging to where we detect
 worker thread exhaustion, and we can consider increasing the default
 maximum.

 Please let us know if this helps.

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


More information about the mythtv-commits mailing list