Add thread pool option to NonblockingServer
authorMark Slee <mcslee@apache.org>
Sat, 9 Jun 2007 01:21:16 +0000 (01:21 +0000)
committerMark Slee <mcslee@apache.org>
Sat, 9 Jun 2007 01:21:16 +0000 (01:21 +0000)
commite02385b0b4e84aed0e456cb697a471c211705eba
treef1452d1f52603401032ba15b00dfc3248aaea576
parent6ded775196d10f86ac5b99843f018aa2b29772b8
Add thread pool option to NonblockingServer

Summary: If you want requests processed outside of the I/O thread

Reviewed By: jake luciani, aditya

Test Plan: nb-main.cpp, in the test folder

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665132 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/server/TNonblockingServer.cpp
lib/cpp/src/server/TNonblockingServer.h
lib/cpp/src/transport/TServerSocket.cpp
test/cpp/Makefile.stress
test/cpp/src/nb-main.cpp [new file with mode: 0644]