Help for a newbie in Python and ZODB
Thomas Guettler
guettli at thomas-guettler.de
Tue Nov 23 10:27:09 EST 2004
Am Mon, 22 Nov 2004 23:53:17 -0800 schrieb Jean-Louis Nespoulous:
> Thanks, but I'll use ZODB as server and I'll get and retreive objet
> from a distance client using XML-RPC, do you think it's possible
> easily?
> Jean-Louis
If you want XML-RPC, you need some http server.
This means you need quixote or something similar.
You can look at the Publisher of Dulcinea. It does
retry a request if you get a conflict error.
I recommend you to just take the start_request of Dulcinea
and write a small quixote Publisher yourself.
Then return XML which is valid according to the xml-rpc spec.
HTH,
Thomas
More information about the Python-list
mailing list