[Libevent-users] libevent with non standard ssl directory

2010-12-06 Thread Sanjeev Kulkarni
Hey guys, I'm a relative newbee to libevent so apologies if this is already answered. How to configure libevent to use a non-standard installation path of openssl. Basically my project has openssl included and I want libevent to compile/link against that copy and not the standard system openssl. Th

Re: [Libevent-users] Does EV_PERSIST with a timeout work differently on 1.x and 2.x versions?

2010-12-06 Thread Clint Webb
On Mon, Dec 6, 2010 at 8:48 PM, Evan Jones wrote: > On Dec 5, 2010, at 21:13 , Clint Webb wrote: >> >> After the Timeout event was fired, it seemed as though the event was >> no longer queued, even though EV_PERSIST was specified. >> >> Is this different behaviour expected? > > I think the answer

Re: [Libevent-users] Does EV_PERSIST with a timeout work differently on 1.x and 2.x versions?

2010-12-06 Thread Evan Jones
On Dec 5, 2010, at 21:13 , Clint Webb wrote: After the Timeout event was fired, it seemed as though the event was no longer queued, even though EV_PERSIST was specified. Is this different behaviour expected? I think the answer is yes. From the "whatsnew-2.0.txt" file: 2.6. Timeouts and persi