On Sun, Nov 04, 2007, Steven Grimm wrote:

> >Would this be for listen sockets, or for general read/write IO on an  
> >FD?
> 
> Specifically for a mixed TCP- and UDP-based protocol where any thread  
> is equally able to handle an incoming request on the UDP socket, but  
> TCP sockets are bound to particular threads.

Makes sense. Doesn't solaris event ports system handle this? I haven't
checked in depth.

It sounds like something that kqueue could be extended to do relatively
easily.

What about multiple threads blocking on the same UDP socket? Do multiple
threads wake up when IO arrives? Or just one?




Adrian

_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to