[Libevent-users] Use of bufferevent_disable

2012-11-01 Thread Programmist Setevik
When I call bufferevent_disable() on a bufferevent and disable both READ and WRITEs, will I still get callbacks should there be an error condition (say socket getting closed by peer) or no error conditions will be reported for as long as I stay disabled in this fashion ? * *

Re: [Libevent-users] Multi-threading question

2012-10-10 Thread Programmist Setevik
endent accept() - by monitoring the shared listener FD on its own event_base ? ^^^ that's how I do it now and how I would like to continue doing it with libevent On Wed, Oct 10, 2012 at 11:29 AM, Mark Ellzey wrote: > On Tue, Oct 09, 2012 at 06:22:08PM -0400, Programmist Setevik wrote: >