[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slapd and multi core cpu's
On Thu, 3 Jul 2008, Jeronimo Zucco wrote:
I'm using openldap 2.4.10. slapd is only using one cpu core of my
server. is it possible slapd use more cpu cores ?
If configured to use threads (which it should by default) and your
platform's threads aren't pure user-space, then "yes". (All the involved
components, such as bdb and openssl, must also be compiled to have a
per-thread errno, if the platform doesn't do that by default.)
Philip Guenther