Version: , by BrandiDup
Developer Last Online: Jan 2010
Version: Unknown
Rating:
Released: 11-07-2007
Last Update: Never
Installs: 0
No support by the author.
Is there a specific definition that vbulletin.org uses for what exactly a big board is? Big-Boards.com says 500,000+ posts but I'm not sure if that is the standard definition.
We have about 5K members and 1.5mil posts and I don't really feel like we're a "big board", more medium sized when I compare our site to others that have 1,000+ concurrent users and 9MIL+ posts
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I saw a definition here somewhere that said a big-board (for the purposes of this forum) was a site that needed to deal with a bit more than a regular board had to - like has a couple of servers for the site, or has to use sphinx search, or has other issues that regular sites just don't have to deal with.
for the purposes of this forum, I think a big-board is simply a forum that is large enough that it requires special tweaking or considerations due to performance.
I would say guess that would be where a big-board has issues on a single dedicated server -- though i'm sure there are other considerations.
If you are on a VPS or shared account, besides the usual textbook recs, the next step is always going to be get a dedicated server. Once you outgrow that --- well then you have some special considerations to think of that aren't well documented from vbulletin itself. So you need this resource.
While we're on the topic of more than one server, can anyone tell me when it's usually time to utilize more than one server? I am a loooong way off from needing that type of solution, but I've always wondered at what point do you typically need to think about adding an additional server? Would it be several hundred concurrent users or would it be more like several thousand concurrents? And how exactly can you use two servers at once? You can't split up your forum between two different servers can you?
I am running (well doing tech. admin for) a board that each day has periods with over 2.000 concurrent users online. Still running it on a single machine (dedicated ofcourse), although it starts to hit the limits of a single machine. As i can still run it on a single machine, i consider it to be just a medium sized board.
I am running (well doing tech. admin for) a board that each day has periods with over 2.000 concurrent users online. Still running it on a single machine (dedicated ofcourse), although it starts to hit the limits of a single machine. As i can still run it on a single machine, i consider it to be just a medium sized board.
I'm surprised you can run over 2000 concurrent users on a single machine. I guess you are running a relatively recent server. I feel like I had to move out of one server well before I hit 2000 concurrent users, but it was a few years ago I suppose, so older hardware.
Quote:
Originally Posted by BrandiDup
And how exactly can you use two servers at once? You can't split up your forum between two different servers can you?
I think the progression is typically:
1 server for php + mysql, but if you start running into problems you would split the services into one php server and one mysql server, and tend to bulk up the mysql server with faster hard drives, more ram.
From there, I think you can do a number of things, depending on your bottlenecks.
Add a PHP Cache
Move all static files/images off the php server
Move attachments to a separate server
Use something besides Apache
Split the PHP server into multiple php servers