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

Re: How to start more than 3 slapd ??



At 02:04 PM 9/23/99 +0200, Sven Veckes wrote:
>Hi all,
>
>When I start 'slapd', he will start up 3 processes, how do I start up
>more ??

You are likely using LinuxThreads (which is unsafe, see FAQ).
Under LinuxThreads, each thread is a process.

>HOw do I increase the numbeer of to tsrt slapd's?

slapd will create new threads as needed and that will result
in additional processes.