IIS in Cluster

  • Thread starter Thread starter quique
  • Start date Start date
Q

quique

Hi all,

i wan't to know how iis works in cluster. The persistence
is in database or in memory? i's possible to configure
the persistence mode..., it supports load balancing and
failover...

How can i install iis in cluster, i think i have to start
a service in each of the nodes of the cluster but what is
that sevice??

If anybody can help me i'll apreciate

Thanks
 
What type of cluster? If you're talking about Application Center, then yes,
it works. It supports two levels of affinity if you need to maintain state
(or what do you mean by "persistence"? Persistence of what?)

If you're talking about Microsoft Cluster Services (MCS), I've never tried
that but it should work as well. I believe it uses a round-robin algorithm
for TCP traffic, but I'm not sure. MCS is not aware of IIS at all like AC2K
is though, so no affinity support.

As to how you run MCS, check out the Windows Server documentation.
 
Back
Top