Server Termination

Question:

Does an application server auto-terminate when all connections to it are dropped?

Answer:

The application keeps track of how it was started. If an automation call started it, it will shut down when all objects have been freed, otherwise it won't...