J
Jon
Ok, so say you have 4 servers, each with 4 processors.
Each processor has its own application domain for your
web application, and therefore has its own cache, right?
If so, is there a load balancer that handles processor
affinity for requests - so that requests are sent to the
same server, same processor, for a given user? If not,
then you are limited to single processor server, right?
Will a load balance handle server affinity so that
requests are sent each time to the same server during a
session?
Can anyone offer any expertise on this? We do not
necessarily need to handle a web farm with multiple
processors and multiple servers, but it would be nice to
understand the technical limits of the caching technology
with ASP.NET.
Thanks,
Jon
Each processor has its own application domain for your
web application, and therefore has its own cache, right?
If so, is there a load balancer that handles processor
affinity for requests - so that requests are sent to the
same server, same processor, for a given user? If not,
then you are limited to single processor server, right?
Will a load balance handle server affinity so that
requests are sent each time to the same server during a
session?
Can anyone offer any expertise on this? We do not
necessarily need to handle a web farm with multiple
processors and multiple servers, but it would be nice to
understand the technical limits of the caching technology
with ASP.NET.
Thanks,
Jon