This is my setup. I am running Openldap 2.1.6 on a Sun Ultra 60, dual
CPU. I configured the software with the "null" backend. This means that
no query is actually being performed, the server just errors back. I'm
using this case to see what kind of throughput I can get through the
OpenLDAP daemon iteself. I have changed nothing in the configure except
for enabling the null backend. I start up slapd, and I am using the
ldapsearch CLU to send a high load of requests to the server. I can only
get about 30 ldapsearch/ sec. Like I said before. Each ldapsearch
actually creates a new socket, bind, searches and unbinds. When I look at
the slapd process using "top", the process seems to be in sleep state 99%
of the time, even under heavy load??? Anyone know what is going on???
Thanks, Sarah ps. I will try this test with the lastest OpenLDAP version.