> > As said, we got bitten by the static FD_SETSIZE as ACE uses it (it does > *not* malloc the fd_sets, so we can only handle at most 1024 fds). And > ACE uses select which doesn't scale well, while libevent is able to > leverage scalable interfaces such as epoll or kqueue.
The latest version has support for epoll and kqueue. _______________________________________________ Libevent-users mailing list [email protected] http://monkey.org/mailman/listinfo/libevent-users
