tagged [msmq]
CPU underutilized. Due to blocking I/O?
CPU underutilized. Due to blocking I/O? I am trying to find where lies the bottleneck of a C# server application which underutilize CPU. I think this may be due to poor disk I/O performance and has no...
- Modified
- 23 May at 12:22
WCF in IIS, using MSMQ in workgroup mode
WCF in IIS, using MSMQ in workgroup mode I've been trying out MSMQ with WCF, but I can't seem to get it to work properly. I've got the client (which sends messages to the queue) working, by using WCF ...