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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -