[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: SLAPD_LISTEN increase
- To: openldap-software@OpenLDAP.org
- Subject: RE: SLAPD_LISTEN increase
- From: matthew sporleder <msporleder@gmail.com>
- Date: Wed, 4 May 2005 15:55:26 -0400
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=apOURHWkXqvmI3BsuzVpd5KimZ1RKm/yuu4QVWeJ0Q9iGrz6PTfTKNJ/TkmyWxmhveLopHZYLVnq5EVWqfZxwXf0+XzCSr5VELcBHskEX6yDt4pmCx4b0TDKIM2VIW2xIGn5ILpeAPSRLjQvrcD1aqiP4PEwTD6meGx4hs1aHvg=
In daemon.c, this is the following line:
#define SLAPD_LISTEN 10
Changing this to a large number allowed for more traffic and greater
system utilization. Is there a way to configure this at run-time, or
possibly even as a ./configure option?
I'm also still interested in anyone's comments on changing this along
with some of the changes done in stanford university's patchset,
expecially these:
http://www.stanford.edu/services/directory/openldap/configuration/patches/openldap/64bit.diff
Are these the best ways to optimize for 64bit systems?
--
_Matt