Michiel,
On Fri, Sep 3, 2010 at 9:22 AM, Michiel de Hoon wrote:
> --- On Wed, 9/1/10, Brian Granger wrote:
>> > So right now you're in a loop in which you let qt4 (or
>> wx) watch the file descriptors qt4 needs, then zeromq the
>> file descriptors that zeromq needs, and so on?
>>
>> ZMQ sockets
--- On Wed, 9/1/10, Brian Granger wrote:
> > So right now you're in a loop in which you let qt4 (or
> wx) watch the file descriptors qt4 needs, then zeromq the
> file descriptors that zeromq needs, and so on?
>
> ZMQ sockets are not really sockets in that they do not have
> a file descriptor inte
On Tue, Aug 31, 2010 at 7:02 AM, Michiel de Hoon wrote:
>> 1. Our networking event loop that is based on zeromq/pyzmq
>> 2. A single GUI event loop from wx, qt4, etc.
>>
>> We do this by triggering an iteration of our networking
>> event loop on a periodic GUI timer.
>
> So right now you're in a l
> 1. Our networking event loop that is based on zeromq/pyzmq
> 2. A single GUI event loop from wx, qt4, etc.
>
> We do this by triggering an iteration of our networking
> event loop on a periodic GUI timer.
So right now you're in a loop in which you let qt4 (or wx) watch the file
descriptors qt4
tion, but it is much simpler when you only have 1 GUi
event loop involved.
Cheers,
Brian
> Best,
> --Michiel.
>
>
> --- On Sun, 8/29/10, Brian Granger wrote:
>
>> From: Brian Granger
>> Subject: Re: [matplotlib-devel] Uniform GUI support across matplotlib, e
ct: Re: [matplotlib-devel] Uniform GUI support across matplotlib, ets
> and ipython
> To: "Michiel de Hoon"
> Cc: matplotlib-devel@lists.sourceforge.net, "IPython Development list"
> , enthought-...@enthought.com, "Evan Patterson"
>
> Date: Sunday, A
o have
multiple other event loops in our apps that handle networking.
Cheers,
Brian
> --Michiel.
>
> --- On Sat, 8/28/10, Brian Granger wrote:
>
>> From: Brian Granger
>> Subject: [matplotlib-devel] Uniform GUI support across matplotlib, ets and
>> ipython
&g
fic
event loops may inadvertently run code from a different backend.
--Michiel.
--- On Sat, 8/28/10, Brian Granger wrote:
> From: Brian Granger
> Subject: [matplotlib-devel] Uniform GUI support across matplotlib, ets and
> ipython
> To: matplotlib-devel@lists.sourceforge.net, &qu
Hi all,
As you may know, this summer we have been working on a new two
process IPython that has a beautiful Qt frontend GUI and a ZMQ based
messaging layer between that GUI and the new IPython kernel. Many
thanks to Enthought for funding this effort!
We are currently in the process of adding GU