little confused as to how the instances work. if I run a windows server instance, and say nobody hits the website, is the instance still running on their end or does it shutdown ever

link|improve this question

26% accept rate
feedback

closed as too localized by Mark Henderson yesterday

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

up vote 6 down vote accepted

Yes, the instance is always running. It's just like a normal server and it doesn't matter if it's working or just idling.

link|improve this answer
so idling is free? – user2659 Dec 4 '09 at 13:35
2  
No, you're paying not for the CPU time, but the time the server is running. So only when you shut down the server it stops costing you money. – Tomas Markauskas Dec 4 '09 at 13:59
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.