Robert Munteanu
Robert Munteanu

Reputation: 68308

How does Websphere implement DRS?

I've read about Websphere's Data Replication Services (DRS), which is the backbone of its clustering services.

What I don't know is what is its implementation - how does it transfer data and reconcile possible differences? Is it based on RMI or JMS or something altogether different?

Upvotes: 0

Views: 547

Answers (1)

Rick
Rick

Reputation: 3840

HAManager. Read more here and here.

Upvotes: 1

Related Questions