vote up 0 vote down star

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?

flag

50% accept rate

1 Answer

vote up 2 vote down check

Yes, it is possible to have many service hosts per process. And yes, singleton means one WCF service instance per service host.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.