Hi,

I have some questions regarding the IOCP backend when used with
bufferevents. How much locking is required in the callbacks? For
example if I'm waiting for read events, will it be possible that one
read event triggers a read callback and while this is running another
read callback is triggered on the same socket because there is new
data avaiable?

Or is there any garantee that a read callback isn't called while it's
still running?
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to