[
https://issues.apache.org/jira/browse/THRIFT-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-5514.
--------------------------------
Fix Version/s: 0.17.0
Resolution: Fixed
> C# test client slow in multithread mode
> ---------------------------------------
>
> Key: THRIFT-5514
> URL: https://issues.apache.org/jira/browse/THRIFT-5514
> Project: Thrift
> Issue Type: Improvement
> Components: netstd - Library
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Priority: Major
> Fix For: 0.17.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The test client is rather slow when started with multiple threads, e.g.
> {{client -t 32}}
> Root cause is some obscure Select() constructs that try to do everything and
> the dog in one line but create the test client in the calling thread instead
> of the test thread itself, which turned out to be the bottleneck.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)