<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Hi, I want to
implement load sharing without loosing redundancy.<BR>Can anyone give me an
example on how to fragment and replicate a Mnesia database to have this
implemented?<BR>I mean referencing, how many nodes, machines and fragments. And
the distribution of them.<BR><BR>For example I figure that this could be a
good solution, isn't it?<BR><BR>Two nodes in one machine and two other nodes in
another machine. Nodes A and B in machine M1, nodes C and D in machine
M2.<BR><BR>All DB tables fragmented in two fragments one fragment resident at
node A, and one fragment at node C (then we use M1 and M2 machines to have load
sharing).<BR><BR>This implementation replicated as follows: fragments at node A
replicated at node D, and fragments at node C replicated at node B (then we have
cross replicas - M1 fragments with M2 ones).<BR>See attachment for
representation.<BR><BR>I would apreciate your answer very much, to have my DB
implemented as soon as possible.<BR>Thanks, Carlos E.
Silva.-</FONT></FONT></DIV></BODY></HTML>