I am not sure if this is possible or even reccomended...
I did have 1 web server which is basically used just to handle file uploads (around 130+ per day, and average of 100mb each).
I now have a backup server in place on the same network which basically just mirrors the files uploaded in case of a disk failure.
I have done a little thinking and thought it seemed like a waste of a server just being used to store files dormantly, would it be possible to load balance these 2 servers to share the load.
I know i would need to keep the uploaded data in sync between the 2 servers, but is there some software which can load balance with just 2 machines?
They are both running Windows Server 2003 if that makes any difference.
Thank you!