> >I think that the problems are thread related.
> >Are there any known problems? Is it possible to set a limit
> >on the number of concurrent threads?
>
> You can change line 97 in servers/slapd/init.c to something like:
>
> ldap_pvt_thread_pool_init(&connection_pool, 5, 0);
>
> where the second parameter is the maximum number of concurrent threads.
That seems to improve things a lot! I couldn't crash the system with the
ldbm-backend anymore if I apply that patch. I even get answers to all
the requests :-). I'll try our backends on monday.