c4703a4046
- New maintainer: Alexander N. Kabaev <ak03@gte.com> PR: 30128 Submitted by: Alexander N. Kabaev <ak03@gte.com>
19 lines
940 B
Plaintext
19 lines
940 B
Plaintext
omniORBpy is an object request broker (ORB) for Python which implements
|
|
specification 2.3 of the Common Object Request Broker Arhitecture (CORBA).
|
|
omniORBpy is implemented as a Python extension module (written in C++) to
|
|
provide bindings for omniORB3, a high performance C++ ORB.
|
|
|
|
Some features of omniORB3:
|
|
- Support for the Portable Object Adapter (POA)
|
|
- Support for the Interoperable Naming Service (INS)
|
|
- The Internet Inter-ORB Protocol (IIOP 1.0) is used as the native protocol.
|
|
- The omniORB3 runtime is fully multithreaded. It uses native platform thread
|
|
support encapsulated with a small class library, omnithread, to abstract
|
|
away from differences in native thread APIs.
|
|
- TypeCode and type Any are supported.
|
|
- DynAny is supported (CORBA 2.2)
|
|
- The Dynamic Invocation and Dynamic Skeleton interfaces are supported
|
|
- A COS Naming Service, omniNames, is provided.
|
|
|
|
WWW: http://www.uk.research.att.com/omniORB/omniORBpy/
|