freebsd-ports/devel/py-omniorb/pkg-descr
Alexander Kabaev c8c2e3a281 Upgrade to version 2.0 to catch up with newer omniORB port.
This fixes the port build.
2002-11-28 03:20:05 +00:00

24 lines
896 B
Plaintext

omniORBpy is an object request broker (ORB) for Python which implements
specification 2.6 of the Common Object Request Broker Arhitecture (CORBA).
omniORBpy is implemented as a Python extension module (written in C++) to
provide bindings for omniORB4, a high performance C++ ORB.
Some features of omniORB4:
- Support for GIOP and IIOP 1.0, 1.1 and 1.2.
- Fully multithreaded runtime.
- TypeCode and type Any.
- CORBA 2.6 DynAny interfaces.
- Dynamic Invocation and Dynamic Skeleton interfaces.
- Complete Naming Service, omniNames.
- Support for wchar, wstring and code set negotiation.
- Full long long, long double, fixed point support.
- PortableServer::Current.
- Unix domain socket transport.
- Bidirectional GIOP.
- Interoperable Secure Socket Layer transport.
- Flexible thread management.
- Interceptors.
- Fully interoperable with other CORBA ORBs.
WWW: http://omniorb.sourceforge.net