Reputation: 2753
I have searched around as many places as I can find and I cant find anything that explains this clearly.
So far what I think: On the shared tier you may only have your website consume 240 minutes of cpu time per day.
On another page I found it said that the website is "spun down" 20 minutes after the last activity took place. so if someone visits the webpage it will consume at least 20 mins of cpu/time.
If this is correct then on the shared plan you can only have 20 visits per day max.
Since that sounds absurd to me, there has to be a lot I am missing.
What am I missing?
Upvotes: 5
Views: 1207
Reputation: 6211
The situation is not as bad as you interpreted it to be.
The 20 minutes timeout of the IIS site does not consume cpu if there are no requests happening. The 240 minutes CPU/day means that a single core may be under full load created by your site for 240 minutes.
So if you produce very litte CPU load with your application you can handle lots of requests/visits throughout the day.
Upvotes: 6