[IPython-User] Using embedded IPython with gevent
Dave Foster
dave.foster@gmail....
Wed Oct 26 11:18:52 CDT 2011
On Wed, Oct 26, 2011 at 12:12 PM, MinRK <benjaminrk@gmail.com> wrote:
> As I understand it gevent is about pseudo-threads, not threads, so you have
> to be running the gevent eventloop. Greenlets do not run in the
> background.
> That would mean that you have to integrate IPython with the greenlet
> eventloop, as we do currently with various GUI eventloops via code in
> IPython.lib.inputhook.
Sounds promising! I'll poke at this a bit.
cheers,
dave
More information about the IPython-User
mailing list