[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] select() call overflow from libevent for different OS
It's been a Long Time since I worked with big values of FD_SETSIZE, and
I remember I had to write some macros to handle bit set, clear, test.
These were OK, and depending on how "sparse" your fd_set items are, it
becomes useful to write code to look for flags in 8- or 12-bit chunks.
There are some interesting tradeoffs, as I recall...
H
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.