Best technology for agent/web server architecture

Florencio Cano florencio.cano at gmail.com
Fri May 9 04:41:07 EDT 2008


I have control over agent and client but I'm not sure how to use
pickle for this task. Do you suggest to pickle the objects that I want
to send and send it over a usual socket? I have searched a bit in
Google and I have seen that Pickle is insecure by default. What do you
think about this?

2008/5/8 M.-A. Lemburg <mal at egenix.com>:

> SOAP would be a good choice if you want to send to data to other
> servers as well, e.g. Java-based ones.
>
> XML-RPC and JSON are better for simple data structures.
>
> If you have control over both client and server and don't
> need to bother with other backends or frontends, Python
> pickle is the best choice.



More information about the Python-list mailing list