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. ??
continue;
}
-#ifdef LDAP_DEBUG
Debug( LDAP_DEBUG_CONNS, "daemon: activity on:", 0, 0, 0 );
#ifdef HAVE_WINSOCK
nrfds = readfds.fd_count;
#endif
Debug( LDAP_DEBUG_CONNS, "\n", 0, 0, 0 );
-#endif
/* loop through the writers */
for ( i = 0; nwfds > 0; i++ )