I'm currently upgrading an application to Tridion 2011.
We have two loadbalanced webservers and a single database server hosting the broker database. All content is stored in the broker database and all pages are deployed locally on the webserver (the Tridion deployer is installed on the webservers).
Because the broker will write the content and metadata to a shared database, we'll get errors when we deploy to both webservers, as they will both try to store the content. There's a couple of ways to solve this that I know of..
- Deploy to one webserver that writes the content to the Broker DB and use ftp sync to copy pages and directories to the second webserver.
- Deploy to one webserver and have the broker write the files to a shared network disk and point both webservers to the shared network disk instead of storing the files locally.
- Deploy to both webservers and have them work on a seperate database.
I was wondering if Tridion 2011 has more advanced broker features to enable the scenario where I publish to both webservers, but only have one of the webservers actually write the content to the database (but both read), so I can use 1 broker database instead of 2.
I hope this is a bit more clear.