[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
maximum connections?
Hello group,
Is there a maximum connections setting on OpenLDAP? In other words, can I
limit the number of simultaneous bound connections that a particular DN can
have? And specify that some can have unlimited? I know you can limit
result sizes and times.
I made a stressing program that sets up 10 threads to one of two servers
(randomly chooses) and read a random DN (from a list of valid DNs). It
works great. But when I bump that up to 30 concurrent threads, they start
getting disconnected involuntarily.
-- DK