]> git.sur5r.net Git - openldap/commit
Fix prev commit. I wonder if we should convert the fdset bitvector into
authorHoward Chu <hyc@openldap.org>
Mon, 15 Nov 2004 04:05:32 +0000 (04:05 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 15 Nov 2004 04:05:32 +0000 (04:05 +0000)
commit04b078d6ebc7f46add6ffb4c84a1ffcaeee0a035
tree0c4a5d7e64783ed06de16ced0e75b4b4fe98f6fa
parenta59243ceee521e9e35ee9a0c764df25e232c7dd7
Fix prev commit. I wonder if we should convert the fdset bitvector into
an array like winsock does. That would speed up response time for small
number of connections with large FD_SETSIZE, but probably equalize out
as the number of active connections goes up. ??
servers/slapd/daemon.c