开发者

couple of question about : wcf self service , consumer/ producer

i have a couple of question.

1. in a wcf self service for inner network process comunication , how many calls can a service handle at the minimum amount of time ?

2. does any one have an open source code for a generic wrapper for producer/consumer with a loadbalance or even a nor开发者_JAVA技巧aml example ?

Guy


  1. This will depend on many different factors such as what your "minimum amount of time" is, what you service does, latency, disk I/O if applicable, your InstanceContextMode, etc. Too broad of a question to answer specifically, but WCF as a platform can handle many thousands of calls per second depending on your hardware.

  2. Take a look at the IDesign.net code library. There are MANY examples, several of which use self hosting.

Hope this helps!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜