Re: [Libevent-users] Warning message

2010-09-23 Thread Nick Mathewson
On Thu, Sep 23, 2010 at 7:37 PM, Ralph Castain wrote: > Hi folks > I'm getting a warning message when compiling 2.0.7rc: > In file included from ../../opal/event/libevent/event-internal.h:37, from > opal_event.c:44: ../../opal/event/libevent/minheap-internal.h: In function > 'min_heap_erase': > >

[Libevent-users] Warning message

2010-09-23 Thread Ralph Castain
Hi folks I'm getting a warning message when compiling 2.0.7rc: In file included from ../../opal/event/libevent/event-internal.h:37, from opal_event.c:44: ../../opal/event/libevent/minheap-internal.h: In function 'min_heap_erase': This is the offending line: if (((unsigned int)-1) != e->ev_timeo

[Libevent-users] ANN: Gevent 0.13.1 released

2010-09-23 Thread Denis Bilenko
Hi! I'm happy to announce that Gevent 0.13.1 is released. What is it? gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: * Fast event loop based on libevent. * Lightweight execution u