windows - Is the Azure role host actually restarted when a role crashes or is restarted via management API? -


suppose azure role somehow exhausts system-wide resources. example spawns many processes , processes hang , consume virtual memory in system. or creates gazillion of windows api event objects , fails release them , no more such object can created. mean except trashing filesystem.

now changes describe cancelled out once normal windows machine restarts - processes terminated, virtual memory "recycled", events , other similar objects "recycled" , on.

yet there's concern. if host not restarted, goes through other process when hit "reboot" or "stop", "start"?

is host rebooted when restart role or reboot instance?

when reboot instance, vm rebooted. when stop , start, vm not rebooted, process restarted.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -