Makes sense.
How do you handle firewall? Just open up the source IP with the IP of wherever the Application is hosted?
How do you handle firewall? Just open up the source IP with the IP of wherever the Application is hosted?
> you are only listening on a private network anyway what if i host my app in say some where else than the DB?
> better yet only listening on loopback or a local socket. For that app and db needs to run on the same server. Isn't it?