On 6/4/06, Florian Lohoff <[EMAIL PROTECTED]> wrote:
For top notch performance i would not use the bufferevent API because it involves a lot of duplicating buffers in userspace. Typically i will send the same data buffer to multiple clients. Sending this via bufferevent makes a copy per socket.
At some point, I wanted to port my libio work to libevent with a simplified API. At that point, you would be able to do something more optimal for multiple consumer. The real issue is one of back pressure and to how much data you want to hang on to before you stall the pipeline. Niels. _______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkey.org/mailman/listinfo/libevent-users