> Thanks for the advise about select.  In what way is select obsolete?

The crazy fd_set stuff that forces a big bitmap to be copied into the
kernel and scanned through there, and at the same set limits the number
of fds that can be handled.  poll() is essentially the same interface
made more efficient and with arbitrary limits removed.

 - R.
-- 
Roland Dreier <[email protected]> || For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/index.html
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to