Skip to content
Snippets Groups Projects
Commit 04b078d6 authored by Howard Chu's avatar Howard Chu
Browse files

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. ??
parent a59243ce
No related branches found
No related tags found
No related merge requests found
......@@ -1603,7 +1603,6 @@ slapd_daemon_task(
continue;
}
#ifdef LDAP_DEBUG
Debug( LDAP_DEBUG_CONNS, "daemon: activity on:", 0, 0, 0 );
#ifdef HAVE_WINSOCK
nrfds = readfds.fd_count;
......@@ -1642,7 +1641,6 @@ slapd_daemon_task(
#endif
Debug( LDAP_DEBUG_CONNS, "\n", 0, 0, 0 );
#endif
/* loop through the writers */
for ( i = 0; nwfds > 0; i++ )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment