[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#3648) ldbm hangs during shutdown
On Tue, 12 Apr 2005, Howard Chu wrote:
>
> This is now fixed in HEAD. The new code checks to see if the process is
> running in server mode before doing anything, so the slap tools will no longer
> have any problem. The code can probably be made to work in 2.2, with the note
> that in 2.2 the runqueue was called syncrepl_rq, and in 2.3 it is called
> slapd_rq.
>
>
I have it now working on 2.2.24. It looks very good. I extracted the
patches from these files:
back-ldbm.h
close.c
dbcache.c
init.c
proto-back-ldbm.h
The delay in shuting down the slapd server has been completely elimitated,
as I expected.
Villy