Floris
29th December 2006, 12:54 PM
One or more servers could help spread the load of a busy forum. If your forum runs pretty slow you could consider moving the web server to another one.
Server 1 -Web server, that hosts the program vBulletin
Server 2 -Database server, the hosts the mysql database that vBulletin uses
Another tip is to use datastore cache on the disk, and store attachments in the file system. Keeping the mysql database size down. You could also consider a slave server to use a database on the first server, or even a third server for the read actions.
Your final solution is a proper array of web servers and database servers and spread out the load, or use a hardware load balancer. But these solutions are quite expansive.
Server 1 -Web server, that hosts the program vBulletin
Server 2 -Database server, the hosts the mysql database that vBulletin uses
Another tip is to use datastore cache on the disk, and store attachments in the file system. Keeping the mysql database size down. You could also consider a slave server to use a database on the first server, or even a third server for the read actions.
Your final solution is a proper array of web servers and database servers and spread out the load, or use a hardware load balancer. But these solutions are quite expansive.