User1064071399 posted
Hi,
I assume this comes down to having >1 application (2 sites in your case) using the same database?
That really is not a problem. Each will create their own connections to your database and be competely unaware of other clients accessing the same database.
You can have an unlimited number of sites, applications, services, etc, all using the exact same database.
Unless I understand you wrong?