dotnet / dotnet/wcf

WCF Performance issue with NetTcpBinding

Open
#4,428 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.