Hi Dave, Thanks for that hint, much appreciated.
I have taken a look at that file, and although I cam no C/C++ programmer, it seems like a there is one subroutine (void MainServer::ProcessRequest(RefSocket *sock) ) which you would interface with which has the work of redirecting any queries. I just need to have some way of interfacing with that subroutine from Java. I have no idea at this stage, but I will hassle some of my more 'in the know' mates at work tomorrow (unless anyone else has any more hints/ideas for me :P). Thanks again, Dave On Wed, 02 Feb 2005 07:47:01 -0500, David George <[EMAIL PROTECTED]> wrote: > On 2/2/2005 6:10 AM, David Whyte wrote: > > >I am looking at throwing some JSP stuff together that interacts with > >mythbackend and was wandering whether there is an official API to > >interface with and how that all works. I haven't seen any of the > >backend code, but have taken a look at mythbackend.php in mythweb. It > >appears as though mythweb does most of the communication via mysql, > >although I also note that when running the backend from Terminal my > >webserver makes a connection with the backend. > > > > > Unfortunately, you will need to look at > programs/mythbackend/mainserver.cpp to learn which commands are > supported. You can then grep the other source for how the client side > uses those commands. mythbackend.php in mythweb will show you some of > how the client side works. > > HTH, > David > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > -- GMAIL is 'da bomb baby....YEAH
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
