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

Re: ACL Performance (caching on object basis) (ITS#1523)



At 04:41 PM 2002-01-27, Howard Chu wrote:
>In reviewing these patches, it looks like acl_check_modlist ought to be
>checking for any value-dependent ACLs as well, but currently isn't. Yes?

acl_check_modlist() does make value-dependent ACL checks.

>Also, since the caching is only performed on a per-entry basis, the entire
>ACLCache structure looks unnecessary. It also seems to me that nothing is
>gained from making the ACLCacheEntry a doubly linked list, a single link would
>be enough since the list is only traversed in one direction.

ACLCache?  ITS#1523?

I think I prefer a stateless solution per:
  http://www.openldap.org/lists/openldap-devel/200201/msg00015.html

At least for starters...

Kurt