Slow load balancing through Azure Cloud Service

1k views Asked by At

In Azure, I have two Ubuntu VMs running the same python bottle services under one Cloud Service. The two VMs are set to be in the same Load-Balanced Set and are load-balanced in a Round-Robin fashion under that cloud service.

However, my problem is that each request takes 3~8 seconds to get to the underlying VM. (i.e. The load balancer is working, but it's very slow routing the requests.) I assume it's not normal, is it?

It seems that I can't even access the cloud service instance(load balancer) in Azure. Can anyone give me a hint where I might have set wrong and resulted in this?

Thanks!

0

There are 0 answers