THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O on them...
authorBen Craig <bencraig@apache.org>
Fri, 13 Sep 2013 17:29:43 +0000 (12:29 -0500)
committerBen Craig <bencraig@apache.org>
Fri, 13 Sep 2013 17:29:43 +0000 (12:29 -0500)
commitb2501a71a79304fa27dfd6d2e55b75d8eacf0cef
tree091dadefc760b2175201da3153944040be8f8f88
parent4ba1160c41805ac6bc3548baadf0a700af8925ae
THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O on them with TPipe
Client: cpp
Patch: Ben Craig
lib/cpp/src/thrift/transport/TPipe.cpp
lib/cpp/src/thrift/transport/TPipe.h
lib/cpp/src/thrift/transport/TPipeServer.cpp
lib/cpp/src/thrift/transport/TPipeServer.h
lib/cpp/src/thrift/windows/OverlappedSubmissionThread.cpp [new file with mode: 0644]
lib/cpp/src/thrift/windows/OverlappedSubmissionThread.h [new file with mode: 0644]
lib/cpp/src/thrift/windows/Sync.h [new file with mode: 0644]