Right now it doesnt seem like there is any standard way to run IPB using multiple web servers. Using one web server and one database server is easy, but once you start needing to use two web servers with a load balancer, things get complicated.
I recently had to start using two web servers and a load balancer, and the only way i could figure out how to do it was to copy the ipb files to both servers, then set them both to use the same database.
This type of setup isn't very good because it caused me to have to disable avatar uploads and attachment uploads since whenever members upload an avatar or attachment, it would only go to one of the web servers so their avatar or attachment would only work 50% of the time. Also, it doesnt work well with the cache files because every time i make a skin or template bit change in the admin cp, i have to erbuild the cache files then upload the cache files to the other web server.
I think it would be much simpler if there were options in teh admin CP specifically for people who have large forums and need to run off multiple servers. Im seeing more and more people that are having this type of problem as their forums get bigger, and as of now there doesnt seem to be a standard way to deal with it.
