The Isolation Level of Namespace per Application will run each new
instance of an application in a new namespace. Choose this level when
you want to run multiple copies of the same application in an
environment. The Isolation Level of Shared Namespace creates a
single namespace for your environment, and all applications will run in
the same namespace.