[omniORB] Handling Keystrokes Or Signals while making CORBA Call

bjorn rohde jensen bjensen@fastmail.fm
Tue Nov 12 20:13:00 2002


Hi Nishant,

  I dont think, you can do much besides make an
invocation of some sort of cancelation method on
the server, when you need to cancel a remote
operation. You should not make CORBA invocations
from a signal handler, if pressing ESC causes
a signal to be sent to the process, nor should
you make CORBA invocations from a GUI event
processing thread to prevent potential freezes
of the GUI.
  I dont think, there is much more to it:)

Yours sincerely,

Bjorn