I know port_getn is more efficient that select() because when some event happens on the port, port_getn simply return it; while by using select(), when some event happens, select() tries to get the socket of this event, and then tries to find which bit is related to the socket, then mask that bit, and then return, is it correct? Can anybody explain more? thx This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org
- [perf-discuss] can anybody explain the difference between ... Sophie Hu
- Re: [perf-discuss] can anybody explain the difference... Sophie Hu
- Re: [perf-discuss] can anybody explain the difference... Rayson Ho
- Re: [perf-discuss] can anybody explain the difference... Sophie Hu
- Re: [perf-discuss] can anybody explain the difference... Bill Sommerfeld
- Re: [perf-discuss] can anybody explain the differ... Sophie Hu
- Re: [perf-discuss] can anybody explain the di... David Pacheco
- Re: [perf-discuss] can anybody explain the differ... Bart Smaalders
- Re: [perf-discuss] can anybody explain the Sophie Hu
- Re: [perf-discuss] can anybody explain th... Rayson Ho
- Re: [perf-discuss] can anybody expla... Sophie Hu