Re: [Libevent-users] event vs bufferevent

2012-07-23 Thread Jan Danielsson
On 07/23/12 07:00, Filipe Miguel Campos Santos wrote: > I know that for writing Data, bufferevents are more suitable because you > need some kind of Output-Buffer from where Data ist partially drained to > the Socket every time the Socket gets ready for writing. > > But why should someone use buf

[Libevent-users] event vs bufferevent

2012-07-22 Thread Filipe Miguel Campos Santos
Hey everyone, I know that for writing Data, bufferevents are more suitable because you need some kind of Output-Buffer from where Data ist partially drained to the Socket every time the Socket gets ready for writing. But why should someone use bufferevents over events while just reading Data? Is