java - Distributed transaction processing solution
女神的闺蜜爱上我
女神的闺蜜爱上我 2017-06-23 09:14:37
0
1
1212

Do you need distributed transactions to deploy hibernate on multiple web servers to operate the database?

Will there be any problems if I use the traditional stand-alone method to access the database?

How does the industry deal with this problem

女神的闺蜜爱上我
女神的闺蜜爱上我

reply all(1)
代言

Web Server -(Access)-> Database Server:

Distributed transactions are possible only when one web server accesses multiple database servers at the same time;

If multiple web servers access one database server, that is not called a distributed transaction.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template