Hi All,
I am having a performance issue on my IIS server (IIS 6 on Windows Server 2003). I am running two ASP applications - each with their own application pool. Both sites are Intranet based applications and are in heavy demand. I need to be able to introduce some form of load balancing as speed is a serious concern. I tried increasing the number of worker processes. However, we use Session variables extensively and found that session variables were being lost and people were being kicked out of the site.
What is the best way to introduce multiple threads but still maintaining the Session variable capability.
Regards,
Nick
Mighty
I am having a performance issue on my IIS server (IIS 6 on Windows Server 2003). I am running two ASP applications - each with their own application pool. Both sites are Intranet based applications and are in heavy demand. I need to be able to introduce some form of load balancing as speed is a serious concern. I tried increasing the number of worker processes. However, we use Session variables extensively and found that session variables were being lost and people were being kicked out of the site.
What is the best way to introduce multiple threads but still maintaining the Session variable capability.
Regards,
Nick
Mighty