Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello, everybody.

I developed a wcf routing service. It accepts calls on one TCP port and will redirect on some destination services. The router listening on NetTcpBinding. Destination services are on NetNamedPipeBinding.

A problem occurs when carryed out load testing. It appeared that the service occupies considerable part of resources (most meaning for me is CPU load). I was try connect from 500 clients at the same time - and router worked, but CPU was loaded at 40%

What did I wrong?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900