[pylucene-dev] PyLucene in CherryPy
Peter Fein
pfein at pobox.com
Thu Jun 29 07:31:19 PDT 2006
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 pfein at pobox.com
773-575-0694 Jabber: peter.fein at gmail.com
http://www.pobox.com/~pfein/ irc://irc.freenode.net/#chipy
More information about the pylucene-dev
mailing list