XML-RPC, SOAP, and data persistence

Rodrigo Benenson rodrigob at elo.utfsm.cl
Mon Oct 13 10:01:20 EDT 2003


cartermark46 at ukmail.com (Mark Carter) wrote in message news:<d3c9c04.0310130234.66f32264 at posting.google.com>...
> I had a play with XML-RPC the other day, and it seemed really simple
> to use; which really made an impression on me. But you can't make data
> persist on the server (not without rolling your own mechanism, at any
> rate). I'm thinking here about thin clients, where the main process
> runs on a server.
> 
> Is there any free solution to this problem? Is SOAP the answer?

You can use Pickle or look at Twistedmatrix.com for a full featured solution.

RodrigoB.




More information about the Python-list mailing list