[Date Prev][Date Next] [Chronological] [Thread] [Top]

problems while muiti-process accessing slapd (ITS#1610)



Full_Name: cao zhongwei
Version: 2.0.19
OS: Linux b 2.2.16
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (61.142.238.56)


I have added 100,000 entries to ldap and written a program to search these
entries.
if I searched all these entries looply in one process ,the system was all
right.But if I start 20 process and each process searched 5000 entries, the
first time I could also search all the results.when I repeated the upper
operation the process run wrongly. some entries was searched but some entries
could only be found exist but cannot get the entries's detail informations. I
use ldapsearch tools to search it (the command is   ldapsearch -b "dc=cw,dc=com"
"cUserId=cw0" )
said one entry is search but the entry's detail information was not printed what
cound by printed out if I restart the slapd server.
Now I want to test how fast while searching and updating in ldap server. What
can I do?