I'm working through "Windows Azure Step by Step", an MSPRESS book. On page 55, the author suggests upping the number of instances in the web role to 5, then running the project. He invites the reader to kill WaIISHost instances.
He suggests there should be 10 instances, despite saying that the instance count was set to 5. On my machine, there's only 5 instances of the WaIISHost.EXE processes. Am I wrong to think that the number of configured instances should be equal to the number of running processes, not double as the author says?
If I kill a process, it doesn't restart. In the Compute Emulator UI, the status changes to a question mark for that numbered instance, and I see spew in the UI for the killed instance that says it doesn't know its role anymore:
[fabric] Role state Destroyed
[fabric] Role state Unknown
[fabric] Role state Destroyed
[fabric] Role state Unknown
Why doesn't the compute emulator restart a killed process?