Windows Azure website latency

for the client, run the website on Windows Azure (websites). I am running in reserve mode and have two average sensations. I am running these PHP sites on Windows and I have a separate MySQL server (running on Windows). Not enough memory, no high load, but once a minute or two minutes I explain the higher latency (3 seconds instead of 300 milliseconds).

Does the same behavior occur or is it acknowledged?

Everything happens in one Windows Azure datacenter.

When I upload it using the tool, the tool thinks my site is running in Redmond, how did it happen?

+1


source to share


1 answer


I believe what you are seeing is an artifact of hot and cold sites. Windows Azure websites use the concept of hot sites for an active connection, and after a few seconds when there are no active connections to Azure sites, the websites become cold. And when the website is in cold mode, it may take a little longer to start up, however after subsequent connection the load times are very fast.



A similar discussion can be found here: Very Slow Opening MySQL Connection Using MySQL Connector for .net

0


source







All Articles