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

Re: process




Javier Irato wrote:
> 
> Openldap version 1.2.9-5, Linux RedHat 6.2
> When there is up to three connected users, the quarter is not able to
> make the connection, too much takes the processes that are running  are
> three, and when one type appears: 0:00 [slapd <defunct>] that user
> cannot be connected
> 
> 11556 ?        S      0:00 slapd
> 11557 ?        S      0:00 slapd
> 11558 ?        S      0:00 slapd
> 12560 ?        Z      0:00 [slapd <defunct>]

This seems to indicate you are running with threads.  OpenLDAP
versions before 2.0 do not work properly with preemptive threads
suchs as those used by the Linux kernel.

This may explain some of the erratic behaviour you see.  Or not,
you know, but you should upgrade to 2.0.6 or compile your 1.2.9
differently.  BTW, that version is old and, anyway, RedHat have
more modern RPMS in the 6.2 updates.  Cannot vouch for them
though.

Julio