s4-drs: reduce the memory usage of the getncchanges server
authorAndrew Tridgell <tridge@samba.org>
Fri, 5 Nov 2010 07:28:04 +0000 (18:28 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 5 Nov 2010 12:42:09 +0000 (23:42 +1100)
commit5fcb426d9a0bc4e2076a278babe3f0f2a550d54e
treea99709e6106f3ec99ab75906e3daba35f4c39648
parent14f455ba9955871fa8882edb8de788d2760c0cb0
s4-drs: reduce the memory usage of the getncchanges server

we now keep just a list of GUIDs around between getncchanges calls,
instead of an entire db search. This makes the overhead of having a
pending getncchanges call much smaller.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/rpc_server/drsuapi/getncchanges.c