Mantzas
Mantzas

Reputation: 2653

Is zeromq slower than wcf?

I was testing two client server configurations(ZeroMQ and WCF). Strangely, i found that wcf is faster than zeromq! Its my code or is the net binding so overheaded (since the zeromq must be realy fast from what i am reading)?

Upvotes: 2

Views: 1851

Answers (1)

mgoetzke
mgoetzke

Reputation: 832

what binding ?

i would really like to see your numbers and your code, because we have been using WCF ever since it was still called indigo and it was never very fast, especially when we compared it to zeromq recently, which is in a league of its own. but the speed depends very much on the binding you use. Http is obviously much slower than some of the others.

Upvotes: 2

Related Questions