The "error" is caused by too many concurrent connections to the backend, myth uses a thread pool to service requests, if you fill it and don't give them back... well.
-- Anduin Withers > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of David Whyte > Sent: Wednesday, February 23, 2005 4:31 PM > To: Development of mythtv > Subject: Re: [mythtv] Java Sockets to Myth - waiting for thread > > The error start immediately when I send the MYTH_PROTO_VERSION > command. I have now set the Socket timeout to 1000ms, which means an > SocketTimeOut error is thrown before I hit the response reading lines > of code. > > > I have to restart the backend to get out of the loop. > > Cheers, > Dave > > > On Wed, 23 Feb 2005 08:44:10 -0500, David George <[EMAIL PROTECTED]> > wrote: > > On 2/23/2005 8:10 AM, David Whyte wrote: > > > > >... I have been using mythweb as an example of how to communicate to > > >the server, but it doesn't seem to work too well. > > > > > >I am using 0.16 but have been using the code from 0.17 to see how this > > >stuff is intepreted. I hope the general rules didn't change too much. > > > > > > > > Nope, just a couple of new backend commands IIRC. > > > > >I have attached the Java code incase anyone wanted to take a look, but > > >any other pointers would be great. > > > > > > > > I am also not a java expert. The one thing I was wondering is do you > > get an error from the backend on the proto version? Or do you see those > > thread messages immediately on connect? I think you need to pass a > > protocol version in the command (e.g. MYTH_PROTO_VERSION 14). > > > > HTH, > > David > > > > _______________________________________________ > > mythtv-dev mailing list > > [email protected] > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev > > > > > -- > GMAIL is 'da bomb baby....YEAH > > I have GMail invites, if you want one, email me direct.
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
