RE: Question about high availability/load balancing
"Martin Goldman" <[email protected]>
| Newsgroups | gmane.linux.redhat.piranha |
|---|---|
| Message-ID | <[email protected]> |
While one large cluster would probably be easier to set up, I can't really do it, because the different pieces of software run on the same ports. Martin -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Sébastien Bonnet Sent: Tuesday, July 30, 2002 3:50 AM To: [email protected] Subject: Re: Question about high availability/load balancing Sure you can. But unless you've got money to waste or very greedy applications, you could just use 2 of the 8 servers as directors, and split all 4 applications on the 6 remaining servers. Do you have any constraint prohibiting running several apps on the same machine ? If not, you could run each app on each real server, and then have the load of each app balanced to 6 servers (or even 8 if you use the directors).