Pickled objects over the network

Steve Holden steve at holdenweb.com
Fri Jul 20 10:14:48 EDT 2007


Hendrik van Rooyen wrote:
>  Walker Lindley  wrote:
> 
>> Right, I could use Pyro, but I don't need RPC, I just wanted an easy way to
> send objects across the network. I'm sure >both Pyro and Yami can do that and I
> may end up using one of them. For the initial version pickle will work because
> we >have the networking issues figured out with it, just not the security
> problem. So we may end up just sending strings back >and forth that will let us
> fill out an object's member variables on the other end. It's much less cool, but
> it seems like it'd >be more secure.
> 
> This passing of a pickled structure is so handy for simple things like lists of
> parameters, and so on, that I wonder if it would not be worth while to somehow
> beef up the security of the pickle stuff.
> 
Hmm, I suspect I detect the sounds of the square wheel being reinvented.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------




More information about the Python-list mailing list