Event Notification Interfaces that follow Mogul's advice: /dev/poll on Solaris First available implementation of this concept. Kqueue available for *BSD. Kqueue is the kitchen sink of event notification. Interface is pretty ugly but works well. Epoll on Linux epoll is almost equivalent to /dev/poll. Interface might be cleaner than /dev/poll. Real performance improvements for realistic loads. Performance evaluation on a later slide.