[Date Prev][Date Next] [Chronological] [Thread] [Top]

Maximum numbers of connection threads



Hi,
 
When there is a connection from a client with the SLAPD Server for an operation ( example : a search ) I noticed in the code that there is a counter for the connection threads "active_threads". Now, this counter is increased when a connection is accepted and decreased when the connection end. But is there a limit for the number of active connection with the server? Let's say that there is 100 users performing various operation on the server at the same time, there will be 100 active connection threads?
 
Louis