[omniORB] How does omniORB process requests?

Carsten Kraus carsten.kraus@linmor.com
Fri, 6 Jul 2001 11:41:48 -0400


Hello,

I am still working on the problem that my client application's call upon an
object reference never returns (see my yesterday's email). When starting the
server application (using omniORB 3.02) with ORBtraceLevel 30, the output
shows that the request is received. However, the server then seems lock up
and never replies to the request. From the trace-output I can tell that the
call is processed in tcpSocketStrand::ll_recv. This function of the ORB
returns the size of the received package. My question is now, where does
ll_recv get called from and how can I try to find out, where the ORB stops
processing the request.

Thanks,
  Carsten