[omniORB] Change callTimeOutPeriod at runtime

Duncan Grisby dgrisby@uk.research.att.com
Tue, 16 Jan 2001 12:22:36 +0000


On Tuesday 16 January, Andreas Eglseer - Entwicklung wrote:

> Is it possible to change the callTimeOutPeriod at Runtime e.g:
> 
> 	callTimeOutPeriod(omniORB::clientSide,100);
> 	 .... // CORBA function call
> 	callTimeOutPeriod(omniORB::clientSide,500);
>             .... // CORBA function call

Yes, you can. However, note that the time-out period is a global
setting so it will affect all threads of a multi-threaded client.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --