java - Two Hibernate Application Connected with Same Database -
we have 2 java-spring-hibernate application. both connected same mysql database. these applications hosted in 2 different data centers.
what kind of impact may create on acidity of database.
thank you!
acidity not affected. whether 2 connections come same application or different ones doesn't matter far database concerned. might worry performance issues though.
Comments
Post a Comment