WCF named pipes service settings
- by user137348
Is it worth to set the service with ConcurrencyMode.Multiple and InstanceContextMode.Single attributes to save some performance when using named pipes ?
I mean when I do so I have to bother with multithreading issues.