Quote:
Originally Posted by loramin
[You must be logged in to view images. Log in or Register.]
Servers share databases all the time (in fact, the standard setup on any sufficiently advanced site is to have your database on a completely separate server from your application server, and then have multiple application servers since you tend to need to scale them up faster than you need to scale database capacity).
So while I know nothing about P99's setup, I'd be amazed if there was any technical reason preventing it. But whether this is actually the staff's vision for Green is an entirely separate question.
|
Red and Blue don't seem to share their databases. Most likely Green won't share its database with anything else, either.
I'm not even sure sharing databases or even just tables between servers is even that practical. EQEmu uses MySQL and there must be some amount of locking going on, most likely not meant to be shared between servers at all.