[omniORB] implementing CORBA timeouts

Thomas Lockhart lockhart at fourpalms.org
Wed Jul 14 21:40:01 BST 2004


...
>    2. How do you pass command line options to the orb when running your
>       actual python script?

import sys
...
orb = CORBA.ORB_init(sys.argv)
poa = orb.resolve_initial_references("RootPOA")
...


hth

                       - Tom




More information about the omniORB-list mailing list