|
I am trying to implement a fault tolerant solution
utilizing Novell's JLDAP API. I have three servers replicating events from the
same tree:
SERVER1
SERVER2
SERVER3
I am listening to events on all the three replicas
in case one or two replicas go down. The problem is when receiving events how
can I synchronize and drop duplicate events is a well identified patters, such
as:
Does the same event on all three servers retain
some kind of unique attribute such as [EventID] or [Timestamp], etc.? I have a
ListenerManager that manages my three listeners that I can use to check for
duplicate events and drop them, any help is highly appreciated, if someone can
post a sample raw event that would be great as well.
Thanks,
-- Shaffin Bhanji
|