More boosification of thrift driver, server, transport and protocol code
authorMarc Slemko <marc@apache.org>
Fri, 4 Aug 2006 03:16:10 +0000 (03:16 +0000)
committerMarc Slemko <marc@apache.org>
Fri, 4 Aug 2006 03:16:10 +0000 (03:16 +0000)
commit16698859316cdae5ef09a907d35331e978969981
treebb6ca0a3a9125587eee6946c15c65ef50b607e2f
parent35452346e61ab2d75491d3cce7bcbc1ab53d90e3
More boosification of thrift driver, server, transport and protocol code

Modified TestServer to use thread-pool manager

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664737 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
lib/cpp/Makefile.am
lib/cpp/src/TProcessor.h
lib/cpp/src/protocol/TBinaryProtocol.cc
lib/cpp/src/protocol/TBinaryProtocol.h
lib/cpp/src/protocol/TProtocol.h
lib/cpp/src/protocol/protocol.txt
lib/cpp/src/server/TServer.h
lib/cpp/src/server/TSimpleServer.cc
lib/cpp/src/server/TSimpleServer.h
lib/cpp/src/server/TThreadPoolServer.cc
lib/cpp/src/server/TThreadPoolServer.h
lib/cpp/src/transport/TBufferedTransport.h
lib/cpp/src/transport/TChunkedTransport.h
lib/cpp/src/transport/TServerSocket.cc
lib/cpp/src/transport/TServerSocket.h
lib/cpp/src/transport/TServerTransport.h