[IPython-dev] Generic design for an IPython servers that talks to editors (TextMate, vi, emacs)

Barry Wark barrywark at gmail.com
Sun Dec 7 12:33:13 EST 2008


On Sun, Dec 7, 2008 at 8:08 AM, Brian Granger <ellisonbg.net at gmail.com> wrote:
>> This is fantastic. I look very much forward to this.
>>
>> Will your architecture work under Wdinows?
>
> I don't think it will work with a Unix socket, but is there a Windows
> equivalent.  If there is, it should be trivial to get it to work.

I haven't had a chance to play with the new server yet, so this is
just idle chat...

Please forgive my Twisted newbie-ness, but why not use an
IProcessProtocol? I realize that running a service on a socket lets
multiple editors connect, but is that really a likely use case? If
you're really planning on having multiple clients, don't you have to
end up replicating (or using) all of IPython.kernel to deal with the
semantics of multiple clients connecting to an IPython instance?

barry

>
> Brian
>
>>
>> Gaël
>>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://lists.ipython.scipy.org/mailman/listinfo/ipython-dev
>



More information about the IPython-dev mailing list