[IPython-dev] Extensible pretty-printing

Fernando Perez fperez.net at gmail.com
Wed Oct 27 22:16:30 EDT 2010


On Wed, Oct 27, 2010 at 7:14 PM, Brian Granger <ellisonbg at gmail.com> wrote:
>
> Yes, definitely, and I don't think it will be too bad.  But, do you
> think we should still have any payload go out through the REQ/REP
> channel?  Or all payload through PUBSUB?
>

I've been pondering that... I was wondering if we might want to have
the api be PUB by default, but with a 'private=True' flag that would
allow the sending of payloads only on the REP socket, for
communication of payloads strictly back to the calling client.

But I don't know if that would just complicate things too much in the
long run... Thoughts?

f



More information about the IPython-dev mailing list