View Single Post
  #6  
Old 12-11-2003, 08:38 PM
LostMind LostMind is offline
Member
 
Join Date: Jul 2003
Location: Port Moody
Posts: 821
LostMind is on a distinguished road
Send a message via ICQ to LostMind
Default

well, besides the 5-10 second connection times, I'll leave the hosting alone (since its what I do, I am admittedly a bit biased)

As for load balancing...

We currently have a few clients running busy forum software. The easiest approach we found so far is to have multiple front ends running the software and bouncing users between each frontend machine with simple round robin dns setup.

Then, having a master mysql server handling some of the db reads and all of the writes, and then having several mysql slaves, handling only reads and synching to the master...

Very simple and effective. Actual clustering gets a bit tricky.
Reply With Quote