0

I want to build a simple proxy (127.0.0.3:1234) to transfer my database connections from my app to specific database servers (127.0.0.1:1234 and 127.0.0.2:1234). Is that possible in Java? I'm worry about the persistence connections between dbs and application...

4

1 回答 1

0

如果要一个代理来平衡两个 TCP 连接之间的负载,那就比较简单了。我建议您尝试一下,并在遇到问题时发布问题。

我担心数据库和应用程序之间的持久连接......

你不必担心。

于 2012-10-29T14:45:02.987 回答