I've seen a few examples where people create their SOA service and use ConcurrencyMode.Multiple on the service implementation classes. I know what this setting does, but I'm wondering if it's a necessary or suggested setting for SOA services? In my case
the services seems to run fine without it, ie, ConcurrencyMode.Single.
Thanks!
STom