[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Number of connections
>Can anybody tell me how many simultaneous connections can be served
>by the openldap server (2.0.23 with Red Hat Linux 7.1).
>I have seen the code and it seems that there is a thread pool with 32
>threads. Does it mean that server only can attend 32 connections at the
>same time?
Yes. But answering a request should be very quick, and the thread then
processes the next request. I suppose you could try increasing the
thread pool, but I don't know if that will work. In actuality (ever
case I've seen) 32 is alot of concurrent queries.