How to make 3 computers act as one

Hammy12Edgar

Honorable
Feb 25, 2012
82
0
10,630
I am trying to host a website, but don't have a powerful enough rig to do it. What I do have, however, is three rigs (exactly the same) that could do exactly whats needed for my site. The problem is, I don't know how on earth they can be linked together to work as one system. I know massive webservers have thousands of linked systems, so my question is, can you do the same with 3?

System specs:

3X:

*(dell optiplex 775 By the way)
* Intel Core 2 Duo CPU E6550 2.33GHz
* 2Gb DDR2 Memory
* 80GB SATA Hard drive
* DVD optical drive
* 8 USB ports
* 1 Ethernet Port
* 1 Serial port
* 1333mhz FSB
* 1 Parallel port
 
Solution
You probably want a web server farm rather than a distributed computing environment.

Server farms, have independant machines, however there is a load balancer in front of the machines which will route traffic based on a set of rules.

The simplest set of rules are round robbin or connection based.

A really cheap load balancer (well not really, but traffic distribution) is NLB, a network service in Windows Server. Most proper load balancers are hardware based, and cost several thousand.


If you really do want a distrubuted computing environment because your website is big and clunky, then you would probably find it cheaper to purchase a more powerful server.


poweruser_24

Honorable
Feb 24, 2012
104
0
10,710
You probably want a web server farm rather than a distributed computing environment.

Server farms, have independant machines, however there is a load balancer in front of the machines which will route traffic based on a set of rules.

The simplest set of rules are round robbin or connection based.

A really cheap load balancer (well not really, but traffic distribution) is NLB, a network service in Windows Server. Most proper load balancers are hardware based, and cost several thousand.


If you really do want a distrubuted computing environment because your website is big and clunky, then you would probably find it cheaper to purchase a more powerful server.


 
Solution