1
vote
4answers
63 views
What WCF binding is most performant?
I have to get the maximum throughput performance in my WCF service. In one of my tests the service below got only 50k data items per minute using NetTcpBinding. Would a disconnected binding like …
0
votes
0answers
10 views
WCF NetMsmqBindingin w7
I'm using NetMsmqBinding to build up service but got sth strange on w7.
if the WCF Client and the service is on the same machine, the client cannot call the service successfully but result in "Access …
0
votes
2answers
101 views
Calling WCF with netMsmqBinding inside TransactionScope stopping transaction.
I have a WCF logging service that runs operates over MSMQ. Items are logged to a Sql Server 2005 database. Every functions correctly if used outside a TransactionScope. When used inside a …
