r14956: change the notify search to be much more efficient by using a
authorAndrew Tridgell <tridge@samba.org>
Fri, 7 Apr 2006 10:36:54 +0000 (10:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:00:45 +0000 (14:00 -0500)
commit16fd00925fdbf77e7a403ad501bf6ea429404c76
treee2df12529d5ac41af4d23079b601f7c626a28bd8
parentecf84248b48783fb0ccbeff4d37d930b21fb96df
r14956: change the notify search to be much more efficient by using a
per-depth bisection search. This makes the notify_trigger() call
log(N) which makes us scale well for large numbers of outstanding
notifies
source/librpc/idl/notify.idl
source/ntvfs/common/notify.c
source/ntvfs/sysdep/sys_notify.c
source/torture/raw/notify.c