> If we were in a object world, I would choose a CORBA bridge. > (By the way, why didn't you use C++ ?) > I already used the XML-RPC protocole in the Python world. But to still > respect the efficiency of gtk-gnutella, maybe we could use directly a > TCP connection. The GUI protocol of MLDonkey already use it (see > http://royale.zerezo.com/jmoule/interface_protocol.txt). > The question is do we use our own protocol or do we use a part of the > MLDonkey one ?
I'm fond of human-readable protocols, like SMTP and IRC, so you can use telnet or at least debug it using telnet if you want. :-) But a specialized binary protocol might be more efficient. How different is MLDonkey and GTKG? /Mirar ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
