Jens Geyer created THRIFT-5514:
----------------------------------
Summary: 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
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)