I see, so the complexity of both select() and FD_ISSET is: O(FD_SETSIZE) 
and the times we use FD_ISSET() to check if a socket is bitmasked in fd_set  or 
not depends on number of sockets we want to check.
Thanks a lot.
 
 
This message posted from opensolaris.org
_______________________________________________
perf-discuss mailing list
perf-discuss@opensolaris.org

Reply via email to