[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: max concurrent connections
Hello,
I think you are asking about the File Descriptor which is being used for each connection.
Check the following
http://www.openldap.org/faq/data/cache/1126.html
http://www.openldap.org/faq/data/cache/1127.html
hope it helps,
Pavlos
On Wed, 01 Mar 2006 20:47:26 +0100
Marten Lehmann <lehmann@cnm.de> wrote:
> Hello,
>
> I heard that openldap is limited to 1024 concurrent ldap-connections
> from clients, while other directory servers can handle
> millions of them. Is this true?
> If yes, can I define low connection timeouts without problems at the
> client-side? I'm planning a service that includes ldap for storing
> addressbooks, but I don't want to set up several servers from the
> start, just because certain clients may be opening more than one
> connection at the same time and thus consuming all available
> ldap-connections on the server.
>
> Regards
> Marten