How to send Data Transfer Objects across the network?

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Thu Oct 2 15:56:24 EDT 2008


Daniel a écrit :
> Hello,
> 
> I've been building a system that has need to send object data across
> the network.  The approach I've taken has been to build Data Transfer
> Objects, which just contain the attributes of the objects, and to
> pickle them and send them over a socket connection.
> 
> As I get deeper this is a bit problematic,

Just out of curiousity : what kind of problem ?

> and so I was wondering if
> there is a package or framework that is already designed to do this?

You may want to have a look at pyro.

My 2 cents...



More information about the Python-list mailing list