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

Re: Connection list performance (ITS#640)



At 08:58 PM 7/26/00 +0000, zach@mirapoint.com wrote:
>Full_Name: Zachary Amsden
>Version: 2.0
>OS: FreeBSD
>URL: ftp://ftp.openldap.org/incoming/zach-oplist-000626.patch
>Submission from: (NULL) (208.48.74.2)
>
>
>Use a tail pointer for operation lists instead of walking the entire list
>for each append.  There are many more lists in the code that need this type
>of change.

As there are many more lists which could be improved by such handling,
it makes little sense to apply per list tail pointer handling.

I suggest that a simple link list routines be added to -lldap (or
-llber if needed there) and then applied as needed.

The simple link list routines can easily be written from scratch
or we can borrow from a public-domain or unrestrictive licensed
source.