Ben
Mon Nov 22 17:29:47 CST 2004
What you want is a web farm. You can use a load balancer to balance traffic
across multiple servers. Load balancers can be hardware (Cisco, Alteon, or
make your own with a box w/ multiple NICs) or software (e.g. windows network
load balancing).
You can even do a poor man's version by hosting an entry page on
www.suprnova.org/index.asp
and having that redirect users to www1.suprnova.org or www2.suprnova.org or
www3.suprnova.org. Those three sites would be mirrors of each other, and
would reside on different machines.
Search on "web farms" and "load balancing" for more info. Good luck!
--
Ben Strackany
www.developmentnow.com
<a href="
http://www.developmentnow.com">dn</a>
"James_patageul" <Twinsen24@hotmail.Com> wrote in message
news:%23G78leM0EHA.1264@TK2MSFTNGP12.phx.gbl...
> Hello people,
>
> I've got a website with a lot of request on it and i would like to create
> mirror of that website on different servers
>
> and like that is one of those servers fall down, users see nothing and
they
> keep to enter by www.x.com like usually
>
> but how to do that ?
>
> PS: this is a web-site how done this ->
http://www.suprnova.org/
>
> thank a lot people !!
>
>