-- Servers should not crash on accept.
authorAditya Agarwal <aditya@apache.org>
Wed, 7 Feb 2007 03:54:18 +0000 (03:54 +0000)
committerAditya Agarwal <aditya@apache.org>
Wed, 7 Feb 2007 03:54:18 +0000 (03:54 +0000)
commitfdef47ea2bbb1802deee4f10407c40cd32c42d52
treed75339d1b970d3dde08d5b57354a154bb907b178
parent6a47fed5feef44de4c5505fff21126f09ec02c6e
-- Servers should not crash on accept.

Summary:
- Continue running if there is an accept issue

Reviewed By: slee

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