The link to mysql.com discusses a HA-cluster. That's a cluster where you have at least two nodes in a cluster, but a package (which contains one of more applications) will only run on one node at the time. That's very different from load balancing. Also the PDF file from Red Hat talks about a HA cluster. I can't get to the Veritas site, but our company gets hired to do consulting jobs for Veritas, and I've done their course about their cluster solution. That's also a high availability cluster.

I think it should be doable to do load balancing on the front end (the webserver), as I don't think I get the impressions there's any session handling going on. (You can still do load balancing with session handling, but that requires specialized software). But load-balancing on the database end is a totally different ballpark. If you have lots of money, you could buy Oracle Parallel Server, that is capable of running more than one server on the same database. But MySQL isn't that smart by a long shot.

Abigail


In reply to Re: Possible perlmonks mirrors? by Abigail-II
in thread Possible perlmonks mirrors? by Jaap

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.