[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Slightly OT: Sun ONE DS vs OpenLDAP
Hi
I used a PHP script I made. It receive as input files a list of telephone numbers and open a single connection to LDAP and then makes a loop of ldap_search() and ldap_modify() operations for all telephonenumbers. I made also a script that open a connection for each telephonenumber into list and the performs queries/modifies on all those connctions. Maybe it's not so sophisticated but it works fine.
ciao
Sergio
-----Original Message-----
From: Andreas [mailto:andreas@conectiva.com.br]
Sent: Wednesday, 11 June, 2003 16:51
To: Paternoster Sergio
Cc: Aly Dharshi; Gustavo Lozano; Rigler, Steve;
openldap-software@OpenLDAP.org
Subject: Re: Slightly OT: Sun ONE DS vs OpenLDAP
On Wed, Jun 11, 2003 at 04:31:53PM +0200, Paternoster Sergio wrote:
> Besides, OpenLDAP is faster than SunONE, here my compare tests (all servers filled with 500k entries):
Great news :)
What sort of benchmark program/script did you use?