<br><br><div class="gmail_quote">On Wed, Jun 8, 2011 at 11:07, Darren Dale <span dir="ltr"><<a href="mailto:dsdale24@gmail.com">dsdale24@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi Fernando,<br>
<div class="im"><br>
On Tue, Aug 10, 2010 at 4:02 AM, Fernando Perez <<a href="http://fperez.net" target="_blank">fperez.net</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>> wrote:<br>
> Hi folks,<br>
><br>
> here:<br>
><br>
> <a href="http://github.com/ipython/ipython/blob/106bc2e0587d315db67988c1803b8574fc54463a/docs/source/development/messaging.txt" target="_blank">http://github.com/ipython/ipython/blob/106bc2e0587d315db67988c1803b8574fc54463a/docs/source/development/messaging.txt</a><br>


><br>
> is a more fleshed out message spec document for feedback.<br>
<br>
</div>I haven't been following this topic very closely, but a colleague just<br>
brought MessagePack to my attention: <a href="http://msgpack.org/" target="_blank">http://msgpack.org/</a> . I thought<br>
it might be of interest to the IPython devs.<br></blockquote><div><br></div><div>That is definitely cool.  Perhaps we should provide a note in the message doc that describes how to use custom serialization, and various useful libraries such as this one.</div>

<div><br></div><div>Once the Session object in the parallel code replaces the one in IPython.zmq (already done in a local branch, but waiting for newapp to merge), the message serialization will be user configurable, just like it is in the parallel code.  The message spec only requires that messages be JSONable (simple dicts/lists of strings and numbers), and there is no code (or shouldn't be, anyway) outside the Session that deals with JSON directly.</div>

<div> </div><div>-MinRK</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color="#888888"><br>
Darren<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</div></div></blockquote></div><br>