Just for fun - PickleRPC

Skip Montanaro skip at pobox.com
Fri Feb 28 15:00:26 EST 2003


    Irmen> It shouldn't be too difficult to switch the default pickle
    Irmen> implementation to a secure, XML based algorithm such as:
    ...
    Irmen> In Pyro you're free to select any of the three mentioned
    Irmen> algorithms.  Built-in pickle is the fastest by far, btw.

Recall that my initial motivation in creating PickleRPC was to get rid of
the XML-RPC overhead.  Choosing another XML serialization scheme would
probably defeat that.

Skip





More information about the Python-list mailing list