> One thing I'll note about multi-conn is that it requires a variable in > connection.c to be set to the number of cpu's on the system where slapd > will be run. I think this should instead be changed to a parameter in
Ideally, this would be grokked (perhaps sysconf(3c) could be used). But I'm not sure how portable this is/could be...POSIX specifies the call, but I don't think the variables in question are specified.
