Classification: UNCLASSIFIED Caveats: FOUO Does anyone know why my C++ process that brings up a TNonblockingServer to offer the interface defined in my Thrift IDL terminates after the handler implementing my interface throws an exception in one of its service methods? The exception being thrown is an instance of what is defined in the IDL, so it should be caught and handled normally. Any ideas what I could be doing wrong? Thanks.
-- Scott Knick Classification: UNCLASSIFIED Caveats: FOUO