[omniORB] -ORBclientCallTimeOutPeriod

David Bellette david.bellette@nec.com.au
Tue, 15 Jan 2002 11:23:31 +1100


Hi

I've been testing the -ORBclientCallTimeOutPeriod parameter in a build of omniORB4 (20011213) on Windows NT4

The documentation (actually omniORB3 documentation) in section 8.3 Idle Connection Shutdown and Remote Call Timeout specifies the
timeouts available.

There is a function in the omniORB3 documentation and is included in omniorb.h in omniORB3, which allows you to specify the
timeout at runtime without using command line parameters:

omniORB::callTimeOutPeriod(callTimeOutType direction,  CORBA::ULong sec);


This function seems to be missing in omniORB4's omniORB.h file, together with the scanGranularity and other timeout settings, and
I can't seem to find it anywhere else.

Also, if I use -ORBclientCallTimeOutPeriod with omniORB4 it only accepts the timeout in milliseconds. Is this correct behaviour?

I'm sure I tested this before with omniORB3 and it took seconds.


Regards

David