[omniORB] OmniORBpy 3.0 - trouble with callbacks?

Chris Knight cknight@ptolemy.arc.nasa.gov
Tue, 25 Jul 2000 09:59:46 -0700


All, I've been working with omniORBpy 3.0 for a while now (as a client =
to a Java server) and everything works great except now I've needed to =
add callbacks.  I'm able to get my simple test program (a very simple =
chat client/server system using callbacks and nameservice, source =
available if interested) to work fine but my larger software project =
hangs when it tries to call the callback interface method (this callback =
method just sets an attribute on the object that is the callback =
interface handler).  The callback interface also works fine with the =
Java client.

What especially makes me think it's the client is that I can't ctrl-C =
the client once it reaches the stage where the callback is called.

I tried this against omniORB 2.8/omniORBpy 1.0 as well and I got the =
same behavior (downloaded the binary distributions from the FTP server.)

Any ideas?