All, thanks for responding. Here are some follow-up
clarifications/remarks:
Finally, is slurpd actually more efficient at handling modify
operations? While a directory is handling a modify operation from a
client, its performance is pretty bad. So, by "efficient" I mean, do
the slaves take significantly LESS of a performance hit if the slurpd
process sends modify operations than if a slave handles client
requests directly?
slurpd doesn't perform modify operations. It mirrors such
operations on a
master slapd to the slave slapd. At least as I understand
it. slapd still is
the one performing the modify op.
My specific question is this:
I am concerned about the costs and benefits of processing modify
operations via slurpd, with respect to how modify operations hurt the
speed of searches.