up vote 3 down vote favorite
share [g+] share [fb]

In a nutshell, how should this be implemented? Basically, I want to cluster a file and web server running apache2.

link|improve this question
How about a more detailed set of requirements? What are you trying to achieve? – 20th Century Boy May 26 '09 at 12:55
You don't cluster workstations. – duffbeer703 May 26 '09 at 12:56
Why are you running apache on windows? – Matt Rogish May 28 '09 at 14:03
@Matt Rogish: I'm just doing an experiment. I've been running it under Linux for quite some time now. – Joset May 29 '09 at 4:53
feedback

5 Answers

up vote 5 down vote accepted

Attempting to cluster machines running XP is a bad idea, it's not designed for it and will need some third party software to do so, if its even possible.

Your best bet is to invest in Server 2003 or 2008 (Enterprise Editions), that will support clustering, or alternatively look at a Linux solution.

link|improve this answer
100 % agree with sir. – Rajat Dec 31 '09 at 12:26
feedback

Well, you could spend upwards of $20,000 (US) for load balancing hardware to scale out your $100 OS, or you could buy Windows Server 2003/2008 standard at about $175 (US) each and run the free Netwok Load Balancing within Windows Server.

XP as an OS is not particularly suited for high volumne web sites.

link|improve this answer
feedback

you could do poorman's round-robin DNS load balancing with them? basically 2 a records with the same hostname for each box.

Write a script on each box to check if the other box is up. & if its down, remove it's a record from dns.

http://www.zytrax.com/books/dns/ch9/rr.html

link|improve this answer
Can you elaborate more? Thanks. – Joset May 28 '09 at 13:08
1  
Does the link help? You should also try to elaborate more :) – Nick Kavadias May 28 '09 at 13:43
feedback

http://gpu.sourceforge.net/

link|improve this answer
feedback

Win XP is Desktop os and sure no one has try this out, other thing why you want to install apache 2 on win on there are so many open source os there to handed. Your Hardware is not matter for clustering suite if you have 128mb ram you can deploy clustering on that!

my suggestion to your case you can use centos old versions with cluster suite.

http://studyhat.blogspot.com/2009/11/clustering-linux-ha.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.