thrift: cpp tsocketpool support
authorjsobel <dev-null@apache.org>
Tue, 8 May 2007 17:51:49 +0000 (17:51 +0000)
committerjsobel <dev-null@apache.org>
Tue, 8 May 2007 17:51:49 +0000 (17:51 +0000)
commite02e42448611b7c2103ef03b0a5a5a197fd92c1b
tree8f155311ba3c47711a8f4d94229c4f42523b51f8
parent3690ee412a245f5287563fe57e5e5d2d66161a9e
thrift: cpp tsocketpool support
summary: simple port of tsocketpool from php to cpp. missing a lot of functionality due to lack of apc support
review: slee

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665106 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
lib/cpp/src/transport/TSocket.h
lib/cpp/src/transport/TSocketPool.cpp [new file with mode: 0644]
lib/cpp/src/transport/TSocketPool.h [new file with mode: 0644]
lib/cpp/src/transport/TTransportException.h