[omniORB] Is CORBA session managed by Client or Server

Duncan Grisby duncan at grisby.org
Thu Jul 15 11:48:48 BST 2010


On Wed, 2010-07-14 at 12:20 +0530, Bishnu Choudhury wrote:

> We have a CORBA client which connects with the remote CORBA server.
> The CORBA client creates session using the method provided by the
> server. After it's operations, it calls the method of server to end
> the session. 
> 
> However, it's being complained from the server side that the sessions
> are not terminating properly.

What do you mean by "session"?  CORBA doesn't have a concept of a
session, so I assume it is something specific to the interfaces you are
using. In that case, it is not a CORBA or omniORB question. You need to
understand the semantics of the session management in the interfaces you
are using.

If you are actually talking about management of the network connections
used to perform the CORBA calls, then either client or server can close
idle connections at any time. In omniORB, both clients and servers do
so.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --





More information about the omniORB-list mailing list