1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/devel/py-omniorb/pkg-descr
Neil Blakey-Milner 63001d7811 Add py-omniorb 1.3, python bindings for omniORB, a CORBA 2.0 ORB.
PR:		26140
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-28 14:38:51 +00:00

21 lines
982 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/
-- Johann Visagie <johann@egenetics.com>