Le 31/07/2014 23:35, [email protected] a écrit : > What is the max concurrent connections that ApacheDS can handle?
There is no fixed limit. You will hit your OS limit first. > Is there anyway to configure the connection parameters (e.g. number of > max connections/threads) in ApacheDS? You can configure the number of underlying threads, but I suggest you don't. It won't gives you a lot of perf improvement. Basically, the number of threads is automatically selected based on the number of CPU you have.
