I am thinking of running 2 server at the same time so that if one of the servers dies, I still have one more that still does the task.
My issue is how to make 2 servers at the same time? How will I configured the authentication of the log on (users). How would I pass the transaction made from the first server to the second one (in the middle of network session).
I am looking for forward for this design, any advise will be a big help.
Thanks,