Re: [Libevent-users] Help understanding the evbuffer and its chains

2012-06-09 Thread Nick Mathewson
On Sat, Jun 9, 2012 at 5:11 AM, Filipe Miguel Campos Santos wrote: > Hey Everyone, > > i did use Libevent in my master thesis to programm a multithreaded > websocket server and while i know *how to use* Libevent now, i dont really > know how Libevent works internally. Everything i did know was tha

[Libevent-users] Help understanding the evbuffer and its chains

2012-06-09 Thread Filipe Miguel Campos Santos
Hey Everyone, i did use Libevent in my master thesis to programm a multithreaded websocket server and while i know *how to use* Libevent now, i dont really know how Libevent works internally. Everything i did know was that it relies on multiplexing-IO-mechanisms like epoll. So in order to be able