[mythtv-users] RE: Two Bugs in Mythtv v0.11 & Two Usability Requests

Chris Petersen lists at forevermore.net
Mon Sep 29 14:56:12 EDT 2003


> Ahh piss... I spoke too soon.  I still get crashes but not as frequently.
> Seems it now only happens when I switch between "Recorded Shows" and 
> other screens :-(  This is a real bummer because it is very dangerous
> to use the web interface if a recording is going on.  BTW, I don't have
> any problems with mythfrontend so I am assuming it is a mythweb problem.

well, it's a mythbackend problem.  mythfrontend connects once to the
backend and stays connected.  mythweb connects once to the backend for
each page you load, and the backend is left to deal with the connections
and dispose of them as it sees fit.  Unfortunately, there's no way to
forcibly tell the backend that a connection should be closed (ie.
disconnect).

I'm open to suggestions.  I can cache the file pointer in memory, but I
don't know how well that would work.

-Chris



More information about the mythtv-users mailing list