rest - Azure Mobile Services Latency -


i noticing latency in rest data first time visit web site being served via azure mobile services. there cache or timeout of connection after set amount of time, because worried user experience while waiting 7-8 seconds data load (and there not lot of data, testing 10 records returned). once first connection made, subsequent visits appear load quickly... if don't visit site while, 7-8 seconds on first load.

reason: reason latency "shared" mode. when first call service made, performs "cold start" (initializing , starting virtual server etc) described in question, after while when service not used, put "sleep mode" again.

solution: if not want waiting-time, can set service "reserved" mode, forces service active time when not access while. aware requires pay fees.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -