• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Load balancing with websites using sessions

ionoxx

Senior member
Alright.... I'm planning on launching a website that must run on 2 web servers (Windows 2003 Web Edition) and a DB server. Now, I need to have load balancing between the two web servers.

- Round robin DNS is out of the question... its just the best way. Even though, once you connect to the website you stay on the same server.

- Windows Network Load Balancing cannot be used because session data will not be passed over from one server to the other (or so i think).

- Windows Cluster service is not available on Web edition and Enterprise edition is too costly. (Standard edition is limited to 2 servers so... no)

What i'm thinking is putting a linux box or two in front. But Layer 4 Load balancing won't do it... session data will not be passed on.

Any suggestions???
 
This is really more of a question of what is your backend implementation? ASP.NET supports SQL for session persistance, and I know there are a number of third party tools that will do session transfer from memory 'on demand'...
 
It's actually an ASP website. But there are parts of the administration websites that are PHP. They all work with MySQL DBs.
 
Back
Top