[IronPython] Compatibility of cPython Pickled Objects w/ IronPython

M. David Peterson xmlhacker at gmail.com
Sun Jul 15 20:44:17 CEST 2007


Thanks for the lightning fast response, Michael!

On 7/15/07, Michael Foord <fuzzyman at voidspace.org.uk> wrote:
>
> I haven't tried it, but they *should* be compatible. Pickle uses its own
> stack based language to write out objects - so for pure Python it should
> work fine.


Okay, cool.  I'll give it a try.

As pickle is a pure Python module which works (I'm pretty sure I tried
> it back in the past !?!) with IronPython, the semantics should be
> unchanged.


Right on.  I'll let you know what I discover.  Just to give you some
background, Sylvain and I are looking at using memcached and pickled Python
objects as a form of InterProcess Communication between cPython and .NET via
IronPython.  If that works as it should, we then plan to look into adding
Axon/Kamaelia to the mix to handle the concurrency aspect of passing around
data objects between disparate systems.

For the curious, I will update this thread once the first part is working
properly.

Thanks for your help!

-- 
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 |
http://dev.aol.com/blog/3155
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070715/bf883af0/attachment.html>


More information about the Ironpython-users mailing list