[omniORB] Need advise on how to set connection parameters

Stefano Santoro stefano@santoro.org
Thu, 31 Aug 2000 17:49:12 -0400


Hi,

I am developing a corba client implemented as an
apache module that uses ORBit, and also a corba
server using omniORB.

So here is a scenario:

  apache server with 50 children all connected to the
  same corba server. The connection is started in the
  apache child init phase, and it is tore down after
  100 or so requests in the child exit phase. Each
  request corresponds to 1 call to a corba object
  implemented in the server.

   the calls to the server must come back within 5-10
   seconds.

 Should I set maxTcpConnectionPerServer to something
 above 50? How about scan granularity, idle connection,
 and call timeout periods?

Thnx
Stefano