[Thrift] disabling catching general type exceptions in Tthreadpoolserver
authorpfung <dev-null@apache.org>
Sat, 5 Jan 2008 23:23:53 +0000 (23:23 +0000)
committerpfung <dev-null@apache.org>
Sat, 5 Jan 2008 23:23:53 +0000 (23:23 +0000)
commite8abada6ad63306c38d2107601a5645ff8f1d22c
tree22ddba2ae5d0353aeee37a674c011f7154c233a0
parent7ab31e4fd1bf3c6389d1743ee0e8554aa8b97ad4
[Thrift] disabling catching general type exceptions in Tthreadpoolserver

the threadpoolserver should just crash if an unknown exception type is thrown.

This should probably be true for all server types, will put this on the TODO list.

reviewed by jwang
test plan: network selector servers in production

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665412 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/server/TThreadPoolServer.cpp