Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Possible perlmonks mirrors?

by Abigail-II (Bishop)
on Feb 14, 2003 at 10:28 UTC ( [id://235220]=note: print w/replies, xml ) Need Help??


in reply to Re: Possible perlmonks mirrors?
in thread Possible perlmonks mirrors?

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

Replies are listed 'Best First'.
Re: Re: Possible perlmonks mirrors?
by krujos (Curate) on Feb 14, 2003 at 15:58 UTC
    Every cluster is an HA cluster (crevat: a beowulf cluster, but that's a totally different ballpark), that's the most basic, and arugably the best reason to use one.
    Load ballancing could happen in the cluster. The cluster server would control it and ferry requests to the approiprate node.
    It is true that MySQL would need to be able to handle running in an active active configuration before this would work. There is some software that would allow it to do it. I found this which appears to use some trickery to do it.
    Josh

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://235220]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-25 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found