Woof! FD_SET fails when the fd number is greater than 1023. Many processes can easily have more than this number of file descriptors open, and so using "select(2)" is not a good idea. One should use "poll(2)" instead.
--Woof! _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
