Annuaire LDAP
Find a file
Howard Chu 3a71bddbc4 ITS#2389 - added conn_max_pending/auth config keywords to cap the number
of outstanding requests on a connection. Set rate limits for request
execution:
   no connection can have more than maxthreads/2 ops executing at once.
   a connection that is write-blocked will not execute any new ops.
   queued ops must drain before any new ops can execute.
If the queue exceeds the max_pending limit, the connection is closed.
...also fixed a bug where a connection was not marked active if it never
received a Bind.
2003-03-27 03:35:46 +00:00
build Clarify that mkrelease script must not muck with the export 2003-03-24 03:50:02 +00:00
clients Use ol_version.h 2003-03-19 01:31:42 +00:00
contrib Add copyright notice 2003-03-09 01:03:41 +00:00
doc Manpage nitpicks 2003-03-23 16:37:06 +00:00
include Use OPENLDAP_PACKAGE instead of _OLV_PKG 2003-03-19 01:39:05 +00:00
libraries ITS#2404 keep the per-thread context in the individual threads... 2003-03-27 01:39:42 +00:00
servers ITS#2389 - added conn_max_pending/auth config keywords to cap the number 2003-03-27 03:35:46 +00:00
tests ITS#2363 - slurpd should now exit cleanly without -KILL 2003-03-24 15:00:04 +00:00
acconfig.h Rework #ifdef'ing of expermental controls to ease release engineering 2003-02-08 21:53:05 +00:00
acinclude.m4 Happy new year 2003-01-03 20:20:47 +00:00
aclocal.m4 Happy new year 2003-01-03 20:20:47 +00:00
configure rebuild 2003-03-06 00:38:42 +00:00
configure.in For IPv6 check for getnameinfo as well as getaddrinfo 2003-03-05 01:32:41 +00:00
COPYRIGHT Happy new year 2003-01-03 20:20:47 +00:00
INSTALL Change "-Ddef" example to something harmless and hopefully more obvious. 2003-02-13 23:58:54 +00:00
LICENSE Update to 2.7 2001-09-08 04:30:14 +00:00
Makefile.in Happy new year 2003-01-03 20:20:47 +00:00
README Minor rewording 2001-09-28 21:22:00 +00:00

OpenLDAP Devel README
	This software was obtained from the development branch (HEAD) of
	the OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  Please do NOT redistribute copies of the
	development branch.

	The OpenLDAP Developer's FAQ is available at:
		http://www.openldap.org/faq/index.cgi?file=4

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		http://www.openldap.org/software/

---
$OpenLDAP$