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
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