On Thursday 29 June 2006 05:16 am, Julien Anguenot wrote: > Ken Kinder wrote: > > Have you thought at all about a Perspective Broker API? What issues > > would be presented? > > nope never checked that out. > > Just checked the documentation of PB after your mail. The thing is that > I don't want any Python specifics server side. I'd like to be able to > request the NXLucene server from Java code for instance. Am I missing > something here ?
While XMLRPC is probably the most language-interoperable of the *RPC's, in my experience it's pretty slow compared to native serializtion methods (like pickle or PB). FYI, I'm talking about the XML-to-Python-object conversion itself here, not server design. Would a (perhaps optional) PB interface, in *addition* to XMLRPC be reasonable? In my case, I'd be accessing NXLucene from a (non-zope) python client. Heck, you could probably add JSON-RPC w/o too much effort (half serious). ;) -- Peter Fein [EMAIL PROTECTED] 773-575-0694 Jabber: [EMAIL PROTECTED] http://www.pobox.com/~pfein/ irc://irc.freenode.net/#chipy _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
