Added stress test for thrift benchmarks
authorMarc Slemko <marc@apache.org>
Thu, 17 Aug 2006 01:11:13 +0000 (01:11 +0000)
committerMarc Slemko <marc@apache.org>
Thu, 17 Aug 2006 01:11:13 +0000 (01:11 +0000)
commit3ea003377001947319cf04c0eb6351a6e5facc2e
treeced64c76b1206c8130c98d2b2a1c3293d0b94cc7
parent71d4e47e81c825be6c454d60083d20f8fcbff0ae
Added stress test for thrift benchmarks

Modified TServer - made it a subclass of concurrency::Runnable to allow servers to be handed directly to concurreny::ThreadFactory when creating server threads.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664759 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/server/TServer.h
lib/cpp/src/test/Makefile [new file with mode: 0644]
lib/cpp/src/test/StressTest.thrift [new file with mode: 0644]
lib/cpp/src/test/main.cc [new file with mode: 0644]