[omniORB] Server - CTRL+C
Bryan C. Smith
bsmith@larocquetrading.com
Fri, 3 Nov 2000 15:44:44 -0600
Setup: MSVC v6, NT v4 sp6
I'm writing against IDL from 3rd party CORBA objects. Communication is fine
using omniORB. When I CTRL+C the server, my client continues to run
"almost" unknowing of the disrupted connection. I say "almost" because I
ran my client w/ ORBtraceLevel=20 and I see an omniConnectionBroken
exception thrown. However, my client app (main thread) does not catch such
exception. How can I handle this? Configuration? Does this indicate a
possible issue with the 3rd party CORBA objects (their ORB)?
Thanks,
Bryan