[Libevent-users] newbie question

beyondkaoru beyondkaoru at gmail.com
Thu May 10 23:37:42 EDT 2007


will callbacks from events ever interrupt each other?

if i have a socket which gets data, so its event handler starts running
the function i told it to, and data comes in on another socket, can i be
sure that the second event's function won't start until the first one is
finished? or would i have to introduce mutexes and/or semaphores?




More information about the Libevent-users mailing list