[omniORB] implementing CORBA timeouts
Duncan Grisby
duncan at grisby.org
Thu Jul 15 11:17:22 BST 2004
On Wednesday 14 July, "Andrew Knapp" wrote:
> I need to implement CORBA timeouts in one of my programs. I saw in the
> manual where it mentioned some options such as
> -ORBclientCallTimeOutPeriod and -ORBserverCallTimeOutPeriod-however, I
> did not see any examples on how to use them.
>
> 1. Are there any options that you can place into omniORB.cfg to set
> timeouts on CORBA calls?
Yes, just put entries of clientCallTimeOutPeriod, etc. in
omniORB.cfg. Look at sample.cfg and section 8.3 of the omniORB
manual:
http://omniorb.sourceforge.net/omni40/omniORB/omniORB008.html#toc38
> 2. How do you pass command line options to the orb when running
> your actual python script?
Pass them to ORB_init.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list