Any thoughts you could put together about scaling the site to five servers? Do you have one dedicated database server for your vbulletin install and four apache servers? Are you running four servers that mirror each other and are then load balanced? If that's true how are you replicating your database across the servers?
Just curious about how one might scale a bulletin board app

that's all. Great work. I've lurked for most of my history on this site (including before I registered).
Good question.
The site growth progression was as follows:
1. Single Dedicated Server (had it for other reasons). Site (mostly static) + Forums (PHP) + MySQL DB. (year: 2000, so the server was modest by today's standards)
2. As the forums grew, it took additional resources, causing high loads. I eventually added a dedicated Forum server with additional RAM. That brought us to 2 servers. Main site + Forum/DB server.
3. Forum/DB server again started getting busy. At this point, MySQL was the main culprit. Added a dedicated MySQL server, with more RAM, and RAID 5 SCSI for additional drive performance. So 3 servers. Main Site + Forum + MySQL
4. Things stayed there for a while I believe. Added a 4th Misc server for additional projects, guides, ad server, to not overload the existing servers.
5. Forum server loads started getting high, so added the existing 4th server into the mix as a round-robin PHP server. So forums were split over 2 PHP servers (unevenly) and the mysql server.
6. In the past few months, forum servers were getting busy at times, especially with high traffic events in the past few months. I decided to upgrade all servers, as a number of servers were showing their age (a few years old), and split the forum servers into two equal dedicated servers. Just replacing the existing servers with modern servers actually gave us more room to grow as the existing servers were a few years old.
7. So now we're at Main Site, 2 Forum servers, 1 DB server (RAID 10 SCSI), and 1 Misc server (guides, ads, attachments).
Along the lines, various optimizations have been incorporated. Memcached, PHP accelerators, alternative search engine, cached forum pages.
All the rules change for keynote/MacRumorsLive days, for which we have to bring on some additional horsepower to handle the traffic. The forums, though, may be ok in the future - but won't know for sure until we hit that ceiling.
arn