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 ? GuyThis 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.
Take a look at the IDesign.net code library. There are MANY examples, several of which use self hosting.
Hope this helps!
精彩评论