Re: [perf-discuss] can anybody explain the difference between select() and port_getn()

2008-03-10 Thread David Pacheco
rformance_take (Libevent is a cross-platform library that solves this problem using the "best" solution on each platform.) --Dave -- David Pacheco, Fishworks ___ perf-discuss mailing list perf-discuss@opensolaris.org

[perf-discuss] Re: is there a performance difference between /dev/poll

2006-07-14 Thread David Pacheco
That's my patch. The libevent benchmarks I ran don't show huge a improvement using event ports over /dev/poll. Both are *much* better than poll(2), since you don't have to copy all the file descriptors for every call. Here are my results: http://blogs.sun.com/roller/page/dap?entry=event_ports_an