Thanks for the lightning fast response, Michael!

On 7/15/07, Michael Foord <[EMAIL PROTECTED]> 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
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to