Lets say you have 1 Reverse Proxy server and 2 Aware servers and a 4th server with MSSQL.
I don't think it matters about which OS is running for this question.
But what if, based on some arbitrary criteria, some users are routed to Aware1 and other users to Aware2 (yes, this prolly is load balancing), but all data is in the same backend MSSQL database. The same BSV is running - pointing to the same MSSQL database. Basically the 2 Aware servers are clones of each other.
That doesn't cause any issues, does it? Any special considerations?
My reasoning for doing this is why wait until 1 server crashes and you have to redirect all users to server 2. What if server 2 isn't fully up to date? Its kinda like using a backup that you haven't tested in a while. I figure if all users are being split across both servers, then you know they are both working in the event 1 goes down.