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
Post a Comment