This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.
from da1e19b THRIFT-5454: add __setState__ function to TProcessPoolServer
to enable correct multiprocessing behavior related to pickling
new 7156940 Refactoring test server/client to use async/await more
consistently
new ea1e8ff THRIFT-5481 consolidate netstd server implementation details
into one common model Client: netstd Patch: JensG
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/netstd/Thrift/Server/TSimpleAsyncServer.cs | 153 +++++++++++----------
lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs | 8 +-
test/netstd/Client/Performance/PerformanceTests.cs | 6 +-
test/netstd/Client/Program.cs | 9 +-
test/netstd/Client/TestClient.cs | 103 ++------------
test/netstd/Server/Program.cs | 7 +-
test/netstd/Server/TestServer.cs | 10 +-
7 files changed, 111 insertions(+), 185 deletions(-)