omniORBpy is an Object Request Broker (ORB) that implements the CORBA 2.6 Python mapping. It works in conjunction with omniORB for C , version 4.1.
omniORB is fully multithreaded. To achieve low call overhead, unnecessary call multiplexing is eliminated. With the default policies, there is at most one call inflight
in each communication channel between two address spaces at any one time.
Comments