Re: [Libevent-users] avoiding file descriptor collisions

2011-12-09 Thread William Ahern
On Fri, Dec 09, 2011 at 07:21:44AM -0800, Myk Taylor wrote: > Hi all, > > I've run into another bit of trouble, but I don't see an easy way out > this time. The http(s) client I'm writing has many connections going up > and down continuously, and I'm running into what seem to be file > descrip

[Libevent-users] avoiding file descriptor collisions

2011-12-09 Thread Myk Taylor
Hi all, I've run into another bit of trouble, but I don't see an easy way out this time. The http(s) client I'm writing has many connections going up and down continuously, and I'm running into what seem to be file descriptor collisions in evhttp. I believe this is what is happening: 1) co