Re: [Libevent-users] Linking with -levent

2012-05-23 Thread William Ahern
On Tue, May 22, 2012 at 09:22:46AM -0400, Nick Mathewson wrote: > On Tue, May 22, 2012 at 2:40 AM, Ross Lagerwall > wrote: > > Hi, > > > > Linking with '-levent' is deprecated. Perhaps with libevent 2.1, it's time > > for it to be removed? (the pkgconfig stuff will have to be updated as per > > h

[Libevent-users] max number of supported events?

2012-05-23 Thread Scott Dorr
Is there an upper limit to the amount of outstanding events you can queue up on a base? (and if so, is there a difference between using an explicit base vs. the default base for this limit?) I'm trying to track down an issue where it feels like I'm losing events -- this is on a very heavily tr