Hello
I'm building a WCF service I'm concerned about performance and scalability.
In order to test multiple users accessing my WCF Service, what should I do?
- create a Thread Pool to run separated threads which in turn access the same WCF method?
- use a testing software tool to simulate these fake users?