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...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you want a proxy to load balance between two TCP connection, that is relatively simple. I suggest you try it and post a question when you run into an issue.
You don't need to worry. |
|||||||
|