Re: [Libevent-users] BUG: libevent 1.4.14, wrong version info

2010-06-20 Thread Niels Provos
On Sat, Jun 19, 2010 at 1:20 PM, Nick Mathewson wrote: > Niels, I've tagged a new "release-1.4.14b-stable"; it changes nothing > but the VERSION_INFO, the version number, and some explanatory > comments in Makefile.am.  Whenever you can get it uploaded, that would > rock. It's at http://www.mon

[Libevent-users] Thread safety with Evbuffers and Bufferevents

2010-06-20 Thread Avi Bab
Hello all, I'd like to use a socket based bufferevent to perform asynchronous writing to the underlying socket: One thread, X, adds data to the output evbuffer (either by evbuffer_reserve_space+ evbuffer_commit_space or by evbuffer_add_reference) and another thread, Y, dispatches on the buffer