vBulletin database accessed by two servers at a time: concurrency?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Frieda MSweb
    New Member
    • Jan 2009
    • 21
    • 3.8.x

    vBulletin database accessed by two servers at a time: concurrency?

    Our website www.msweb.nl, including our vB forum, is going to be transferred to a new hosting provider.

    However: the propagation of the update of DNS all over the internet appears to take some 24 hours. We don't want our forum to close for updates for that time. Therefore we are planning to move our forum database a few days beforehand, and pointing to one database from two webservers: the old AND the new provider.

    My question is about concurrency:
    I'm a bit concerned about people posting or registering from two different web servers, during this 24 hours: For example: are the forum post counts updated consistently? And the different tables with userid as a key?
  • ENF
    Senior Member
    • Apr 2002
    • 2677
    • 3.8.11

    #2
    The database is your forum. Not, the web server. The web server just hosts the scripts that pull data from your database, which in turn generates what people see on their web browser.

    Many, many large sites may run 1,2,3,4 web servers and one core database server.

    You could have six web servers; it wouldn't make a difference about forum concurrency. As long as each server has the rights to access the DB, you should be fine.
    To be updated...

    Comment

    • Frieda MSweb
      New Member
      • Jan 2009
      • 21
      • 3.8.x

      #3
      Great, thank you

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...