My understanding is that for a WCF service with Single instance mode, the "single" is only true per host instance, i.e. it's quite possible to have multiple host instances (in the same process?) with different endpoint URLs and different service instances in each, and their state will remain separate. Is this correct?
