Hi,
We have some .NET Remotings running in an Azure VM, and we're having latency issues, and I think it's caused by the balancer.
When I add the Endpoints WITHOUT DSR (Direct Server Return), I can connect successfully on those ports (example: 8000), but if I create an endpoint with DSR enable to direct to a single VM, the connection does not reach. I found someone's post saying that when you enable DSR, Azure stops translating VIP to DIP.
So the questions are:
- Is that really true? Because I need to access those ports over the internet (VIP, which is reserved for the cloud service)
- Is there anything else that I might do to improve latency? I was testing with psping but I've stopped since I found this DSR Issue.
Thanks!