WCF Performance issue with NetTcpBinding
Open
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
In the perf testing run, the requests with nettcp binding become slow on .netcore platform comparing with desktop, the compared result is as below:
Targets | Scenario | CPU Usage(%) | Raw CPU Usage(%) | Working Set(MB) | Channel Open Time(ms) | First Request(ms) | Requests(5mins) | Request/sec
-- | -- | -- | -- | -- | -- | -- | -- | --
Netcoreapp3.1 | NetTcp | 24 | 97.70 | 61 | 270 | 694 | 255822 | 853
Net5 | NetTcp | 21 | 82.02 | 63 | 206 | 728 | 252611 | 842
Desktop Framework | NetTcp | 13 | 53.84 | 28 | 3 | 707 | 276892 | 923
Contributor guide
Assessment
This issue has not been assessed yet.